in lib/state_machine_trigger/lambda_handler.py [0:0]
4 lines of code
2 McCabe index (conditional complexity)
def load_log_config():
# Basic config. Replace with your own logging config if required
root = logging.getLogger()
root.setLevel(logging.INFO)
return root