servo: matrix-appservice-irc: decrease logging debug -> warn

This commit is contained in:
2024-07-06 19:20:18 +00:00
parent 99e0d5f03b
commit 706667f403

View File

@@ -1,6 +1,5 @@
# config docs:
# - <https://github.com/matrix-org/matrix-appservice-irc/blob/develop/config.sample.yaml>
# probably want to remove that.
{ config, lib, ... }:
let
@@ -128,6 +127,7 @@ in
};
ircService = {
logging.level = "warn"; # "error", "warn", "info", "debug"
servers = {
"irc.esper.net" = ircServer {
name = "esper";