summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-03-27 08:10:44 +0100
committerMartin Fischer <martin@push-f.com>2025-03-27 19:50:19 +0100
commitc5ff49ba30e7e4b472c4abe7fcf589e2e419c4fc (patch)
tree14c4ddefce116f675a475a532bc75ed71ec07192
parent59fa8a9cdc8f7f5cb2bf6d9c42d9f1b6b8197bbb (diff)
tweak(tente): increase Synapse log level to warning
-rw-r--r--nixos/hosts/tente/matrix.nix3
1 files changed, 3 insertions, 0 deletions
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} = {