From 1640a90a632ebe74a06602adc60fa8f1508fd7e5 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 11 Apr 2021 18:50:15 +0200 Subject: feature: add a /debug command to change logging level dynamically And changing the path too --- poezio/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/config.py') diff --git a/poezio/config.py b/poezio/config.py index 102c5dd0..5ea88a76 100644 --- a/poezio/config.py +++ b/poezio/config.py @@ -679,7 +679,7 @@ def post_logging_setup(): LOGGING_CONFIG = { 'version': 1, - 'disable_existing_loggers': True, + 'disable_existing_loggers': False, 'formatters': { 'simple': { 'format': '%(asctime)s %(levelname)s:%(module)s:%(message)s' -- cgit v1.2.3