General clean up. Less debug.

This commit is contained in:
Scott Idem
2023-07-12 15:20:13 -04:00
parent 9f99ca23ba
commit 7d51376cb5
6 changed files with 8 additions and 9 deletions

View File

@@ -1791,7 +1791,7 @@ def handle_email_person_auth_key_url(
person_id: int|str,
root_url: str,
):
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
if account_id := redis_lookup_id_random(record_id_random=account_id, table_name='account'): pass