mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-25 17:46:14 +01:00
wip
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
cbe369c56d
commit
1bda9c6e16
|
@ -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" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue