User email look up improvement

This commit is contained in:
Scott Idem
2021-11-09 19:25:35 -05:00
parent 093cc3913b
commit 03aceae130
5 changed files with 31 additions and 7 deletions

View File

@@ -495,7 +495,7 @@ async def get_event_session_obj(
exclude_unset: Optional[bool] = True,
response: Response = Response,
):
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
if event_session_id := redis_lookup_id_random(record_id_random=event_session_id, table_name='event_session'): pass