Commit 7021cdb1 authored by Your Name's avatar Your Name

actually adds handler to logging_config.py

parent cdb60a69
......@@ -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
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment