matrix-appservice-irc: reduce logging level to warn
All checks were successful
Flake checks / Check (pull_request) Successful in 22m38s
All checks were successful
Flake checks / Check (pull_request) Successful in 22m38s
This commit is contained in:
parent
da529b023e
commit
43b0c8d489
|
@ -35,7 +35,8 @@ in
|
|||
port = 1113;
|
||||
};
|
||||
logging = {
|
||||
level = "debug";
|
||||
# set to debug for debugging
|
||||
level = "warn";
|
||||
maxFiles = 5;
|
||||
toCosole = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue