Don't swallow messages going to the root logger

This commit is contained in:
Calen Pennington
2012-07-05 08:48:08 -04:00
parent 841fb8da0b
commit 87e612f0f2

View File

@@ -77,7 +77,7 @@ def get_logger_config(log_dir,
'level' : 'DEBUG',
'propagate' : False,
},
'root' : {
'' : {
'handlers' : handlers,
'level' : 'DEBUG',
'propagate' : False