From 6d974370259f742ef918af01009f3011e62853a9 Mon Sep 17 00:00:00 2001 From: hliu-roblox <87345548+hliu-roblox@users.noreply.github.com> Date: Tue, 31 Mar 2026 16:15:51 -0700 Subject: [PATCH] Update litellm/llms/custom_httpx/http_handler.py Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- litellm/llms/custom_httpx/http_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/llms/custom_httpx/http_handler.py b/litellm/llms/custom_httpx/http_handler.py index a2a8083db37..1a066c65d17 100644 --- a/litellm/llms/custom_httpx/http_handler.py +++ b/litellm/llms/custom_httpx/http_handler.py @@ -540,7 +540,7 @@ class AsyncHTTPHandler: response.raise_for_status() return response except (httpx.RemoteProtocolError, httpx.ConnectError) as e: - verbose_logger.warning(f"{type(e).__name__} on PUT {url}: {e}") + verbose_logger.warning(f"{type(e).__name__} on PUT {mask_sensitive_info(url)}: {e}") # Retry the request with a new session if there is a connection error new_client = self.create_client( timeout=timeout, event_hooks=self.event_hooks