Commit 87e612f0 by Calen Pennington

Don't swallow messages going to the root logger

parent 841fb8da
......@@ -77,7 +77,7 @@ def get_logger_config(log_dir,
'level' : 'DEBUG',
'propagate' : False,
},
'root' : {
'' : {
'handlers' : handlers,
'level' : 'DEBUG',
'propagate' : False
......
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