"vllm/vscode:/vscode.git/clone" did not exist on "4f02cb2eac20a1281784914acca80cd1fe2bfd15"
Unverified Commit 57c86c07 authored by Chauncey's avatar Chauncey Committed by GitHub
Browse files

[Misc] Change logging level from info to debug for tool parser import (#35575)


Signed-off-by: default avatarchaunceyjiang <chaunceyjiang@gmail.com>
parent 06254d4c
...@@ -82,7 +82,7 @@ class Qwen3CoderToolParser(ToolParser): ...@@ -82,7 +82,7 @@ class Qwen3CoderToolParser(ToolParser):
"tokens in the tokenizer!" "tokens in the tokenizer!"
) )
logger.info( logger.debug(
"vLLM Successfully import tool parser %s !", self.__class__.__name__ "vLLM Successfully import tool parser %s !", self.__class__.__name__
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment