def load_log_config()

in lib/state_machine_trigger/lambda_handler.py [0:0]


def load_log_config():
    # Basic config. Replace with your own logging config if required
    root = logging.getLogger()
    root.setLevel(logging.INFO)

    return root