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

View file

@ -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"