Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2022-09-19 22:23:13 +02:00
parent cbe369c56d
commit 1bda9c6e16
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -38,11 +38,11 @@ nglib.makeSystem {
}; };
loggers."synapse.storage.SQL" = loggers."synapse.storage.SQL" =
{ {
level = "INFO"; level = "DEBUG";
}; };
root = root =
{ {
level = "INFO"; level = "DEBUG";
handlers = [ "console" ]; handlers = [ "console" ];
}; };