mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Downgrade missing terminal event log from warning to debug
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Committed-By-Agent: claude
This commit is contained in:
parent
ffa727233a
commit
a0603d53e1
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ async def background_streaming_task( # noqa: PLR0915
|
|||
# received (e.g. the stream errored before response.completed), treat
|
||||
# as failed rather than silently reporting success.
|
||||
if terminal_status is None and terminal_error is None:
|
||||
verbose_proxy_logger.warning(
|
||||
verbose_proxy_logger.debug(
|
||||
f"No terminal event received for {polling_id}; "
|
||||
"marking as failed (stream may have ended prematurely)"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue