forked from phoenix/litellm-mirror
(ci/cd) proxy print_verbose on failing insert_data
This commit is contained in:
parent
76b2db4492
commit
d2578f0cd2
1 changed files with 1 additions and 0 deletions
|
@ -449,6 +449,7 @@ class PrismaClient:
|
|||
|
||||
await asyncio.gather(*tasks)
|
||||
except Exception as e:
|
||||
print_verbose(f"LiteLLM Prisma Client Exception: {e}")
|
||||
asyncio.create_task(
|
||||
self.proxy_logging_obj.failure_handler(original_exception=e)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue