Propogate logging.

This commit is contained in:
Stephen Diehl
2012-05-14 17:28:33 -04:00
parent 757e86bbf1
commit e8f4a98f40
+2
View File
@@ -21,12 +21,14 @@ class=handlers.RotatingFileHandler
level=DEBUG
formatter=ziplineformat
args=("/var/log/zipline/zipline.log",10*1024*1024,5)
propagate=1
[handler_consoleHandler]
class=StreamHandler
level=ERROR
formatter=ziplineformat
args=(sys.stdout,)
propagate=1
# -------