Fix excessive logging noise by reducing the log level of the MinimaxM2ToolParser import success message (#27635)

Signed-off-by: minatoaquaMK2 <jiacheng.yue@foxmail.com>
This commit is contained in:
Eric Yue 2025-11-05 19:03:51 +08:00 committed by GitHub
parent 377061d481
commit b57789b62b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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