Files
catalyst/zipline/utils/logger.py
T
2012-05-14 08:27:34 -04:00

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')