aboutsummaryrefslogtreecommitdiff
path: root/modules/logging_config.py
diff options
context:
space:
mode:
authorYour Name <you@example.com>2023-11-16 17:53:57 -0300
committerYour Name <you@example.com>2023-11-16 17:53:57 -0300
commit7021cdb1de12be3071ecb67aa8d2e34e7a0ec5ab (patch)
treef9d41ff94d565fa6b4a48ac79b5bd624b5758954 /modules/logging_config.py
parentcdb60a690dcd35e865eb0caef6c6d8ff64e1b0d5 (diff)
actually adds handler to logging_config.py
Diffstat (limited to 'modules/logging_config.py')
-rw-r--r--modules/logging_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/logging_config.py b/modules/logging_config.py
index 99ed2855..79269875 100644
--- a/modules/logging_config.py
+++ b/modules/logging_config.py
@@ -37,5 +37,5 @@ def setup_logging(loglevel):
level=log_level,
format='%(asctime)s %(levelname)s [%(name)s] %(message)s',
datefmt='%Y-%m-%d %H:%M:%S',
- handlers=[]
+ handlers=loghandlers
)