gitea: silence logging

This commit is contained in:
Antoine Martin 2021-04-09 18:01:01 +02:00
parent 798a496709
commit d2fc16978c

View file

@ -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