diff options
Diffstat (limited to 'modules/logging_config.py')
-rw-r--r-- | modules/logging_config.py | 2 |
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
)
|