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

@@ -466,7 +466,7 @@ def create_update_aether_person(
cvent_contact_obj: dict,
account_id: str,
person_id: str=None,
log_lvl: int = logging.WARNING, # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log_lvl: int = logging.INFO, # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
):
log.setLevel(log_lvl)