config: Fix log level and category setting.
This commit is contained in:
parent
a97af644cd
commit
0a8e491b00
1 changed files with 4 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue