in lib/etl_job_auditor/lambda_handler.py [0:0]
def load_log_config(): """ Configure logging @return: """ root = logging.getLogger() root.setLevel(logging.INFO) return root