use .debug for update_database() (#5810)

This commit is contained in:
Ishaan Jaff 2024-09-20 18:52:51 -07:00 committed by GitHub
parent b98b5abfb0
commit 0a18b6539c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -884,7 +884,7 @@ async def update_database(
):
try:
global prisma_client
verbose_proxy_logger.info(
verbose_proxy_logger.debug(
f"Enters prisma db call, response_cost: {response_cost}, token: {token}; user_id: {user_id}; team_id: {team_id}"
)
if token is not None and isinstance(token, str) and token.startswith("sk-"):