mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
use .debug for update_database() (#5810)
This commit is contained in:
parent
05184b74be
commit
7cc906802d
1 changed files with 1 additions and 1 deletions
|
@ -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-"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue