mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
(fix) better prisma debug logs
This commit is contained in:
parent
b64e4c3e6f
commit
5217e800c4
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ class PrismaClient:
|
|||
] = None, # pagination, number of rows to getch when find_all==True
|
||||
):
|
||||
verbose_proxy_logger.debug(
|
||||
f"PrismaClient: get_data: table_name: {table_name}, query_type: {query_type}, user_id: {user_id}, user_id_list: {user_id_list}, team_id: {team_id}, team_id_list: {team_id_list}, key_val: {key_val}"
|
||||
f"PrismaClient: get_data: token={token}, table_name: {table_name}, query_type: {query_type}, user_id: {user_id}, user_id_list: {user_id_list}, team_id: {team_id}, team_id_list: {team_id_list}, key_val: {key_val}"
|
||||
)
|
||||
try:
|
||||
response: Any = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue