From 0a8e491b00c48011ce16f1fb946fca9834eba6de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sun, 14 Oct 2018 14:16:51 +0200 Subject: [PATCH] config: Fix log level and category setting. --- matrix/config.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/matrix/config.py b/matrix/config.py index 0451e8a..cc04dc7 100644 --- a/matrix/config.py +++ b/matrix/config.py @@ -41,6 +41,9 @@ class ServerBufferType(Enum): INDEPENDENT = 2 +nio.logger_group.level = logbook.ERROR + + class Option( namedtuple( "Option", @@ -371,6 +374,7 @@ class MatrixConfig(WeechatConfig): "all", "Debugging category", logbook_category, + config_log_category_cb, ), Option( "debug_buffer",