mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix(user_api_key_auth.py): move warning to debug log
This commit is contained in:
parent
dc8f9e7241
commit
2ed2ae96af
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ async def user_api_key_auth(
|
|||
proxy_logging_obj=proxy_logging_obj,
|
||||
)
|
||||
except Exception as e:
|
||||
verbose_logger.warning(
|
||||
verbose_logger.debug(
|
||||
"litellm.proxy.auth.user_api_key_auth.py::user_api_key_auth() - Unable to get user from db/cache. Setting user_obj to None. Exception received - {}".format(
|
||||
str(e)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue