Minor changes

This commit is contained in:
Scott Idem
2022-10-15 23:09:02 -04:00
parent 1f856822e2
commit 4f20c5fd5f
4 changed files with 5 additions and 5 deletions

View File

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