Source code for tradeflow.common.logger_utils
import logging
FORMAT = "%(asctime)s [%(filename)s] [%(levelname)s] - %(message)s"
LEVEL = logging.INFO
logging.basicConfig(format=FORMAT, level=LEVEL)
import logging
FORMAT = "%(asctime)s [%(filename)s] [%(levelname)s] - %(message)s"
LEVEL = logging.INFO
logging.basicConfig(format=FORMAT, level=LEVEL)