From e859cbbc102a15d5328ec16c04b3c6d3d811c412 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sun, 29 Oct 2023 02:48:51 +0100 Subject: [PATCH] fix: reduce forgejo logs to warning level --- hosts/nachtigall/apps/forgejo.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nachtigall/apps/forgejo.nix b/hosts/nachtigall/apps/forgejo.nix index f5fe0f9..187b969 100644 --- a/hosts/nachtigall/apps/forgejo.nix +++ b/hosts/nachtigall/apps/forgejo.nix @@ -46,6 +46,7 @@ HTTP_ADDR = "127.0.0.1"; HTTP_PORT = 3000; }; + log.LEVEL = "Warn"; mailer = { ENABLED = true; PROTOCOL = "smtps";