General clean up

This commit is contained in:
Scott Idem
2022-08-12 14:06:43 -04:00
parent 8bcd67d935
commit f067aefdca
7 changed files with 16 additions and 60 deletions

View File

@@ -61,7 +61,7 @@ def load_event_obj(
inc_poc_event_person: bool = False,
inc_product: bool = False,
inc_product_list: bool = False,
inc_user: bool = False,
# inc_user: bool = False,
limit: int = 1000,
offset: int = 0,
by_alias: bool = True,
@@ -713,7 +713,7 @@ def load_event_obj_list(
inc_address_location: bool = False,
inc_poc_event_person: bool = False,
inc_person: bool = False,
inc_user: bool = False,
# inc_user: bool = False,
) -> list|bool:
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())