mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-16 11:18:11 +08:00
patched logging config.
This commit is contained in:
@@ -114,8 +114,6 @@ Performance Period
|
||||
import logging
|
||||
import datetime
|
||||
import pytz
|
||||
import msgpack
|
||||
import pandas
|
||||
import math
|
||||
|
||||
import zmq
|
||||
|
||||
+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