config: Fix log level and category setting.

This commit is contained in:
Damir Jelić 2018-10-14 14:16:51 +02:00
parent a97af644cd
commit 0a8e491b00

View file

@ -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",