Unverified Commit b57789b6 authored by Eric Yue's avatar Eric Yue Committed by GitHub
Browse files

Fix excessive logging noise by reducing the log level of the...


Fix excessive logging noise by reducing the log level of the MinimaxM2ToolParser import success message (#27635)
Signed-off-by: default avatarminatoaquaMK2 <jiacheng.yue@foxmail.com>
parent 377061d4
...@@ -93,7 +93,7 @@ class MinimaxM2ToolParser(ToolParser): ...@@ -93,7 +93,7 @@ class MinimaxM2ToolParser(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