gitea: decrease log level from info to warn

This commit is contained in:
colin 2022-09-23 15:48:29 -07:00
parent b3a4a95e28
commit 863f6a8c7b

View File

@ -60,7 +60,7 @@
};
};
# options: "Trace", "Debug", "Info", "Warn", "Error", "Critical"
services.gitea.settings.log.LEVEL = "Info";
services.gitea.settings.log.LEVEL = "Warn";
systemd.services.gitea.serviceConfig = {
# nix default is AF_UNIX AF_INET AF_INET6.