From c8e6428eb77196030d65f68de9e8a09aab6ce72c Mon Sep 17 00:00:00 2001 From: ryan-crabbe <128659760+ryan-crabbe@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:35:58 -0800 Subject: [PATCH] Update litellm/proxy/openai_files_endpoints/files_endpoints.py Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- litellm/proxy/openai_files_endpoints/files_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/openai_files_endpoints/files_endpoints.py b/litellm/proxy/openai_files_endpoints/files_endpoints.py index 82cae8c64e..44bd9b09d8 100644 --- a/litellm/proxy/openai_files_endpoints/files_endpoints.py +++ b/litellm/proxy/openai_files_endpoints/files_endpoints.py @@ -477,7 +477,7 @@ async def create_file( # noqa: PLR0915 seconds=enforced_file_expiry["seconds"], ) - verbose_proxy_logger.info( + verbose_proxy_logger.debug( "create_file expires_after: %s", expires_after )