mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-05 07:20:07 +08:00
Propogate logging.
This commit is contained in:
@@ -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
|
||||
|
||||
# -------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user