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
|
INDEPENDENT = 2
|
||||||
|
|
||||||
|
|
||||||
|
nio.logger_group.level = logbook.ERROR
|
||||||
|
|
||||||
|
|
||||||
class Option(
|
class Option(
|
||||||
namedtuple(
|
namedtuple(
|
||||||
"Option",
|
"Option",
|
||||||
|
|
@ -371,6 +374,7 @@ class MatrixConfig(WeechatConfig):
|
||||||
"all",
|
"all",
|
||||||
"Debugging category",
|
"Debugging category",
|
||||||
logbook_category,
|
logbook_category,
|
||||||
|
config_log_category_cb,
|
||||||
),
|
),
|
||||||
Option(
|
Option(
|
||||||
"debug_buffer",
|
"debug_buffer",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue