import logging from . import config def init_logging(): logging.basicConfig(level=config.obj.LOG_LEVEL)