matrix-appservice-irc: reduce logging level to warn
All checks were successful
Flake checks / Check (pull_request) Successful in 22m38s

This commit is contained in:
teutat3s 2024-11-06 21:29:27 +01:00
parent da529b023e
commit 43b0c8d489
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -35,7 +35,8 @@ in
port = 1113;
};
logging = {
level = "debug";
# set to debug for debugging
level = "warn";
maxFiles = 5;
toCosole = true;
};