mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-12 06:35:22 +08:00
Updated toplevel & logging.
This commit is contained in:
@@ -8,6 +8,7 @@ Zipline
|
||||
import protocol
|
||||
from core.monitor import Controller
|
||||
from lines import SimulatedTrading
|
||||
from utils.protocol_utils import namedict, ndict
|
||||
|
||||
__all__ = [
|
||||
SimulatedTrading,
|
||||
|
||||
@@ -6,4 +6,7 @@ and other common operations.
|
||||
import logging
|
||||
import logging.config
|
||||
|
||||
logging.config.fileConfig('logging.cfg')
|
||||
#logging.config.fileConfig('logging.cfg')
|
||||
|
||||
def configure_logginer():
|
||||
logging.config.fileConfig('logging.cfg')
|
||||
|
||||
Reference in New Issue
Block a user