Working on stuff related to session proposals. Lots of bug fixes.......

This commit is contained in:
Scott Idem
2021-08-26 04:21:39 -04:00
parent 6508461ae6
commit acf6842017
5 changed files with 69 additions and 22 deletions

View File

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