gitea: log only from WARN and up

This commit is contained in:
Raito Bezarius 2022-08-05 17:52:28 +02:00
parent be6e81ad46
commit 6b994c8591

View file

@ -14,6 +14,9 @@ in
httpPort = port;
database.type = "postgres";
disableRegistration = false;
log = {
level = "Warn";
};
settings = {
openid = {
ENABLE_OPENID_SIGNUP = true;