General clean up. Less debug.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user