From c5ff49ba30e7e4b472c4abe7fcf589e2e419c4fc Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 27 Mar 2025 08:10:44 +0100 Subject: tweak(tente): increase Synapse log level to warning --- nixos/hosts/tente/matrix.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/hosts/tente/matrix.nix b/nixos/hosts/tente/matrix.nix index 7e802c6..f77274a 100644 --- a/nixos/hosts/tente/matrix.nix +++ b/nixos/hosts/tente/matrix.nix @@ -42,6 +42,9 @@ in x_forwarded = true; }]; }; + + # The default is INFO which can easily spam the systemd journal with 500k messages a day. + log.root.level = "WARNING"; }; nginx.virtualHosts.${cfg.apiDomain} = { -- cgit v1.2.3