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

@@ -85,7 +85,7 @@ async def patch_grant_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 grant_id := redis_lookup_id_random(record_id_random=grant_id, table_name='grant'): pass