forked from pub-solar/infra
matrix-appservice-irc: reduce logging level to warn
This commit is contained in:
parent
da529b023e
commit
43b0c8d489
|
@ -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