Skip to content

Commit f69777d

Browse files
MartinNikovPetarKirov
authored andcommitted
config(modules/nethermind): Add variable to enum option for log
1 parent 30cce10 commit f69777d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

modules/nethermind/args.nix

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,7 @@ with lib; {
2626
};
2727

2828
log = mkOption {
29-
type = types.enum [
30-
"OFF"
31-
"TRACE"
32-
"DEBUG"
33-
"INFO"
34-
"WARN"
35-
"ERROR"
36-
];
29+
type = types.enum ["OFF" "TRACE" "DEBUG" "INFO" "WARN" "ERROR" "\${LOG}"];
3730
default = "INFO";
3831
description = "Changes the logging level.";
3932
};

0 commit comments

Comments
 (0)