diff --git a/litellm/integrations/websearch_interception/handler.py b/litellm/integrations/websearch_interception/handler.py index 9238e530e9c..82121f75e41 100644 --- a/litellm/integrations/websearch_interception/handler.py +++ b/litellm/integrations/websearch_interception/handler.py @@ -455,7 +455,7 @@ class WebSearchInterceptionLogger(CustomLogger): ): if max_tokens <= budget_tokens: adjusted = math.ceil(budget_tokens) + 1024 - verbose_logger.warning( + verbose_logger.info( "WebSearchInterception: max_tokens=%s <= thinking.budget_tokens=%s, " "adjusting to %s to satisfy Anthropic API constraint", max_tokens, budget_tokens, adjusted,