Skip to content

Commit d86843c

Browse files
MartinNikovPetarKirov
authored andcommitted
config(modules/nimbus-eth2): Add variable in the enum option for log.level
1 parent b096195 commit d86843c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nimbus-eth2/args.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ with lib; {
9292

9393
log = {
9494
level = mkOption {
95-
type = types.enum ["trace" "debug" "info" "notice" "warn" "error" "fatal" "none"];
95+
type = types.enum ["trace" "debug" "info" "notice" "warn" "error" "fatal" "none" "\${LOG_LEVEL}"];
9696
default = "info";
9797
example = "debug";
9898
description = mdDoc "Logging level.";

0 commit comments

Comments
 (0)