mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix(proxy): freeze exception log extra mapping
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
c44e3598dd
commit
49e5c04f47
1 changed files with 1 additions and 1 deletions
|
|
@ -1333,7 +1333,7 @@ def _log_llm_api_exception(e: Exception, litellm_call_id: str | None) -> None:
|
|||
"litellm.proxy.proxy_server._handle_llm_api_exception(): Exception occured - litellm_call_id=%s - %s",
|
||||
litellm_call_id,
|
||||
e,
|
||||
extra={"litellm_call_id": litellm_call_id},
|
||||
extra=MappingProxyType({"litellm_call_id": litellm_call_id}),
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue