Badge and launcher related changes

This commit is contained in:
Scott Idem
2023-01-27 16:32:30 -05:00
parent a7915cbb5f
commit f3a84a9609
5 changed files with 16 additions and 17 deletions

View File

@@ -482,8 +482,7 @@ def create_update_event_session_obj_v4(
event_session_dict['event_id'] = event_id
try:
event_session_obj = Event_Session_Base(**event_session_dict)
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(event_session_obj)
log.warning(event_session_obj)
except ValidationError as e:
log.error(e.json())
return False