fix: reduce forgejo logs to warning level

This commit is contained in:
teutat3s 2023-10-29 02:48:51 +01:00 committed by b12f
parent f1fc31eea7
commit e859cbbc10
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -46,6 +46,7 @@
HTTP_ADDR = "127.0.0.1"; HTTP_ADDR = "127.0.0.1";
HTTP_PORT = 3000; HTTP_PORT = 3000;
}; };
log.LEVEL = "Warn";
mailer = { mailer = {
ENABLED = true; ENABLED = true;
PROTOCOL = "smtps"; PROTOCOL = "smtps";