mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/gitea: switch default log level to Info
This commit is contained in:
parent
378d2c5dce
commit
5d53e38d24
1 changed files with 1 additions and 1 deletions
|
@ -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.";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue