A lot of route common params clean up

This commit is contained in:
Scott Idem
2022-01-05 20:39:34 -05:00
parent 8373f52f22
commit b32900a44f
4 changed files with 238 additions and 34 deletions

View File

@@ -713,7 +713,7 @@ async def lookup_username(
inc_user_role_list: bool = False,
commons: Common_Route_Params = Depends(common_route_params),
):
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
account_id = commons.x_account_id