hosts/ni: update Gitea log level

This commit is contained in:
Gabriel Arazas 2023-02-25 10:02:27 +08:00
parent 6329dd4546
commit 00e0258c2e
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -81,6 +81,10 @@ in
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail"; SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
}; };
# Reduce the logs to be filled with. You also have to keep in mind this
# to be configured with fail2ban.
log.LEVEL = "Warn";
# Well, collaboration between forges is nice... # Well, collaboration between forges is nice...
federation.ENABLED = true; federation.ENABLED = true;