From 80f2bfe899171179464348b176e4e754dad4b39f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 5 Apr 2023 08:29:17 +0300 Subject: [PATCH] headscale and synapse: less logging --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e6fca8c..5b7c0bc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -280,6 +280,7 @@ in { clientId = "1c5fe796-452c-458d-b295-71a9967642fc"; clientSecretFile = "/var/lib/headscale/oidc_client_secret"; # https://github.com/juanfont/headscale/pull/1127 }; + logLevel = "warn"; settings = { ip_prefixes = [ tailscale_subnet.cidr @@ -431,7 +432,7 @@ in { synapse.storage.SQL: level: WARN root: - level: WARN + level: ERROR handlers: [console] disable_existing_loggers: false '';