Merge pull request #140178 from SuperSandro2000/SuperSandro2000-patch-1

This commit is contained in:
Sandro
2021-10-01 23:59:04 +02:00
committed by GitHub
+1 -1
View File
@@ -55,7 +55,7 @@ in
description = "Root path for log files.";
};
level = mkOption {
default = "Trace";
default = "Info";
type = types.enum [ "Trace" "Debug" "Info" "Warn" "Error" "Critical" ];
description = "General log level.";
};