Skip to content

Commit 771bda9

Browse files
minatoaquaMK2devpatelio
authored andcommitted
Fix excessive logging noise by reducing the log level of the MinimaxM2ToolParser import success message (vllm-project#27635)
Signed-off-by: minatoaquaMK2 <[email protected]>
1 parent f9092fc commit 771bda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/entrypoints/openai/tool_parsers/minimax_m2_tool_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def __init__(self, tokenizer: AnyTokenizer):
9393
"tokens in the tokenizer!"
9494
)
9595

96-
logger.info(
96+
logger.debug(
9797
"vLLM Successfully import tool parser %s !", self.__class__.__name__
9898
)
9999

0 commit comments

Comments
 (0)