diff --git a/litellm/proxy/response_polling/background_streaming.py b/litellm/proxy/response_polling/background_streaming.py index f1eed343892..b98127e218a 100644 --- a/litellm/proxy/response_polling/background_streaming.py +++ b/litellm/proxy/response_polling/background_streaming.py @@ -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)" )