Set gitea and grafana log level to warn

Prevents filling the journal logs with information messages.
This commit is contained in:
Rodrigo Arias 2024-07-18 13:39:16 +02:00
parent 5e6cf2b563
commit accb656c5e
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
REGISTER_MANUAL_CONFIRM = true; REGISTER_MANUAL_CONFIRM = true;
ENABLE_NOTIFY_MAIL = true; ENABLE_NOTIFY_MAIL = true;
}; };
log.LEVEL = "Warn";
mailer = { mailer = {
ENABLED = true; ENABLED = true;

View File

@ -31,6 +31,7 @@
}; };
feature_toggles.publicDashboards = true; feature_toggles.publicDashboards = true;
"auth.anonymous".enabled = true; "auth.anonymous".enabled = true;
log.level = "warn";
}; };
}; };