Skip to content

Commit 8b32464

Browse files
authored
Change log level from info to debug for IOProcessor (#24999)
Signed-off-by: Michael Goin <mgoin64@gmail.com>
1 parent 99cc41a commit 8b32464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/plugins/io_processors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_io_processor(
3333
model_plugin = config_plugin
3434

3535
if model_plugin is None:
36-
logger.info("No IOProcessor plugins requested by the model")
36+
logger.debug("No IOProcessor plugins requested by the model")
3737
return None
3838

3939
logger.debug("IOProcessor plugin to be loaded %s", model_plugin)

0 commit comments

Comments
 (0)