Removing debugging. Changing it to INFO in many locations.

This commit is contained in:
Scott Idem
2026-01-20 19:23:30 -05:00
parent c795f42290
commit 45ca81a3e3
24 changed files with 76 additions and 76 deletions

View File

@@ -37,7 +37,7 @@ async def post_event_abstract_obj(
commons: Common_Route_Params = Depends(common_route_params),
):
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