summaryrefslogtreecommitdiff
path: root/poezio/config.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-04-11 18:50:15 +0200
committermathieui <mathieui@mathieui.net>2021-04-11 18:50:31 +0200
commit1640a90a632ebe74a06602adc60fa8f1508fd7e5 (patch)
tree91a93cb99ba9be6f7783ea6e9122186dfe1ad4ed /poezio/config.py
parent57cd999f7081d94fb1c623665e016576725b5353 (diff)
downloadpoezio-1640a90a632ebe74a06602adc60fa8f1508fd7e5.tar.gz
poezio-1640a90a632ebe74a06602adc60fa8f1508fd7e5.tar.bz2
poezio-1640a90a632ebe74a06602adc60fa8f1508fd7e5.tar.xz
poezio-1640a90a632ebe74a06602adc60fa8f1508fd7e5.zip
feature: add a /debug command to change logging level dynamically
And changing the path too
Diffstat (limited to 'poezio/config.py')
-rw-r--r--poezio/config.py2
1 files changed, 1 insertions, 1 deletions
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'