forked from pub-solar/infra
fix: reduce forgejo logs to warning level
This commit is contained in:
parent
f1fc31eea7
commit
e859cbbc10
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue