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

Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
This commit is contained in:
Chauncey
2026-02-28 14:51:35 +08:00
committed by GitHub
parent 06254d4cbb
commit 57c86c0741

View File

@@ -82,7 +82,7 @@ class Qwen3CoderToolParser(ToolParser):
"tokens in the tokenizer!"
)
logger.info(
logger.debug(
"vLLM Successfully import tool parser %s !", self.__class__.__name__
)