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

actually adds handler to logging_config.py

parent cdb60a69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
        )