def __init__(self): if not (os.path.exists(const.CONFIG_PATH)): set_default_for_default_log_levels() logging.setup(CONF, 'armada') self.logger = logging.getLogger(__name__)