Merge pull request 'matrix-appservice-irc: reduce logging level to warn' (#256) from irc-reduce-logging into main
Reviewed-on: #256 Reviewed-by: hensoko <hensoko@noreply.git.pub.solar>
This commit is contained in:
commit
45d3b939bf
|
@ -35,7 +35,8 @@ in
|
||||||
port = 1113;
|
port = 1113;
|
||||||
};
|
};
|
||||||
logging = {
|
logging = {
|
||||||
level = "debug";
|
# set to debug for debugging
|
||||||
|
level = "warn";
|
||||||
maxFiles = 5;
|
maxFiles = 5;
|
||||||
toCosole = true;
|
toCosole = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue