gitea: silence logging
This commit is contained in:
parent
798a496709
commit
d2fc16978c
|
@ -43,7 +43,7 @@ in {
|
|||
rootUrl = "https://git.${domain}/";
|
||||
httpAddress = "127.0.0.1";
|
||||
httpPort = cfg.privatePort;
|
||||
log.level = "Info"; # [ "Trace" "Debug" "Info" "Warn" "Error" "Critical" ]
|
||||
log.level = "Warn"; # [ "Trace" "Debug" "Info" "Warn" "Error" "Critical" ]
|
||||
lfs.enable = true;
|
||||
|
||||
# NOTE: temporarily remove this for initial setup
|
||||
|
|
Loading…
Reference in a new issue