Work on exhibit and tracking

This commit is contained in:
Scott Idem
2022-02-17 19:22:52 -05:00
parent 67f769329e
commit 1978718129
6 changed files with 16 additions and 7 deletions

View File

@@ -292,7 +292,7 @@ def load_person_obj(
inc_user: bool = False,
inc_user_role_list: bool = False,
) -> Person_Base|dict|bool:
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
if person_id := redis_lookup_id_random(record_id_random=person_id, table_name='person'): pass