mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-03 20:20:39 +08:00
hotpatching the logger config.
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ qualname=ZiplineLogger
|
||||
class=handlers.RotatingFileHandler
|
||||
level=DEBUG
|
||||
formatter=ziplineformat
|
||||
args=("/var/log/zipline/zipline.log",10*1024*1024,5)
|
||||
args=("/var/log/zipline/zipline.log",'a',10*1024*1024,5)
|
||||
propagate=1
|
||||
|
||||
[handler_consoleHandler]
|
||||
|
||||
Reference in New Issue
Block a user