diff --git a/containers/conduit.nix b/containers/conduit.nix index 602fd50..da12eb1 100644 --- a/containers/conduit.nix +++ b/containers/conduit.nix @@ -38,11 +38,11 @@ nglib.makeSystem { }; loggers."synapse.storage.SQL" = { - level = "INFO"; + level = "DEBUG"; }; root = { - level = "INFO"; + level = "DEBUG"; handlers = [ "console" ]; };