From d49488cbe8fdf904263ba7174d3e8cf4c82d2299 Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Mon, 19 Sep 2022 22:34:54 +0200 Subject: [PATCH] wip Signed-off-by: Magic_RB --- containers/conduit.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/containers/conduit.nix b/containers/conduit.nix index 20d8f56..f2a1c79 100644 --- a/containers/conduit.nix +++ b/containers/conduit.nix @@ -38,14 +38,16 @@ nglib.makeSystem { }; loggers."synapse.storage.SQL" = { - level = "DEBUG"; + level = "INFO"; }; root = { - level = "DEBUG"; + level = "INFO"; handlers = [ "console" ]; }; + enable_registration = true; + enable_registration_without_verification = true; disable_existing_loggers = false; }; synapseConfig = (pkgs.formats.yaml {}).generate "conduit.yaml"