From bd5c39c4d1da36f6641ce5ea57df9067b93241ee Mon Sep 17 00:00:00 2001 From: Xianzong Xie Date: Tue, 17 Mar 2026 11:35:50 -0700 Subject: [PATCH] Log incomplete details in background streaming Committed-By-Agent: codex Co-authored-by: codex --- litellm/proxy/response_polling/background_streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/response_polling/background_streaming.py b/litellm/proxy/response_polling/background_streaming.py index 17ee101549..b4d51814e5 100644 --- a/litellm/proxy/response_polling/background_streaming.py +++ b/litellm/proxy/response_polling/background_streaming.py @@ -337,7 +337,7 @@ async def background_streaming_task( # noqa: PLR0915 ) verbose_proxy_logger.info( - f"Finished background streaming for {polling_id}, status={final_status}, error={terminal_error}, output_items={len(output_items)}" + f"Finished background streaming for {polling_id}, status={final_status}, error={terminal_error}, incomplete_details={incomplete_details_data}, output_items={len(output_items)}" ) except Exception as e: