Sort of bug fixes and improvements for user model and other.

This commit is contained in:
Scott Idem
2022-05-24 16:49:10 -04:00
parent 083da3fe7f
commit fdcfe75325
2 changed files with 22 additions and 32 deletions

View File

@@ -150,7 +150,7 @@ async def patch_user_obj(
return_obj: Optional[bool] = True,
commons: Common_Route_Params = Depends(common_route_params),
):
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
obj_type = 'user'