diff --git a/m/hut/gitea.nix b/m/hut/gitea.nix index 22a494b..02e0d50 100644 --- a/m/hut/gitea.nix +++ b/m/hut/gitea.nix @@ -17,6 +17,7 @@ REGISTER_MANUAL_CONFIRM = true; ENABLE_NOTIFY_MAIL = true; }; + log.LEVEL = "Warn"; mailer = { ENABLED = true; diff --git a/m/hut/monitoring.nix b/m/hut/monitoring.nix index 8abacbf..b04fa3f 100644 --- a/m/hut/monitoring.nix +++ b/m/hut/monitoring.nix @@ -31,6 +31,7 @@ }; feature_toggles.publicDashboards = true; "auth.anonymous".enabled = true; + log.level = "warn"; }; };