Work on event stuff

This commit is contained in:
Scott Idem
2021-11-09 11:59:18 -05:00
parent e97e8e56e8
commit 567223ed66
2 changed files with 4 additions and 1 deletions

View File

@@ -392,7 +392,7 @@ def create_update_event_session_obj_v4(
fail_any: bool = False, # Fail if any thing goes wrong for sub objects
return_outline: bool = False,
) -> int|bool:
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
log.info('Checking requirements...')