Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
8b32464a
Unverified
Commit
8b32464a
authored
Sep 17, 2025
by
Michael Goin
Committed by
GitHub
Sep 17, 2025
Browse files
Change log level from info to debug for IOProcessor (#24999)
Signed-off-by:
Michael Goin
<
mgoin64@gmail.com
>
parent
99cc41ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/plugins/io_processors/__init__.py
vllm/plugins/io_processors/__init__.py
+1
-1
No files found.
vllm/plugins/io_processors/__init__.py
View file @
8b32464a
...
...
@@ -33,7 +33,7 @@ def get_io_processor(
model_plugin
=
config_plugin
if
model_plugin
is
None
:
logger
.
info
(
"No IOProcessor plugins requested by the model"
)
logger
.
debug
(
"No IOProcessor plugins requested by the model"
)
return
None
logger
.
debug
(
"IOProcessor plugin to be loaded %s"
,
model_plugin
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment