mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-27 08:20:13 +00:00
use .debug for update_database() (#5810)
This commit is contained in:
@@ -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-"):
|
||||
|
||||
Reference in New Issue
Block a user