diff --git a/app/routers/user.py b/app/routers/user.py index 2f8a15f..6e5b08d 100644 --- a/app/routers/user.py +++ b/app/routers/user.py @@ -100,7 +100,7 @@ async def user_obj_change_password( exclude_unset: bool = True, response: Response = Response, ): - log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL + log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL log.debug(locals()) if password := user_obj.password: pass