summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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} = {