Files
catalyst/zipline/utils/logger.py
T

11 lines
220 B
Python

"""
Small classes to assist with timezone calculations, LOGGER configuration,
and other common operations.
"""
import logging
import logging.config
def configure_logging():
logging.config.fileConfig('logging.cfg')