Skip to content

Conversation

mgoin
Copy link
Member

@mgoin mgoin commented Sep 16, 2025

Purpose

Remove this no-op log that print every time on startup now

(EngineCore_DP0 pid=1814976) INFO 09-16 22:06:03 [core.py:214] init engine (profile, create kv cache, warmup model) took 42.20 seconds
INFO 09-16 22:06:04 [llm.py:295] Supported_tasks: ['generate']
INFO 09-16 22:06:04 [__init__.py:36] No IOProcessor plugins requested by the model

Test Plan

Test Result


Essential Elements of an Effective PR Description Checklist
  • The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)".
  • The test plan, such as providing test command.
  • The test results, such as pasting the results comparison before and after, or e2e results
  • (Optional) The necessary documentation update, such as updating supported_models.md and examples for a new model.
  • (Optional) Release notes update. If your change is user facing, please update the release notes draft in the Google Doc.

Remove this no-op log that print every time on startup now
```
(EngineCore_DP0 pid=1814976) INFO 09-16 22:06:03 [core.py:214] init engine (profile, create kv cache, warmup model) took 42.20 seconds
INFO 09-16 22:06:04 [llm.py:295] Supported_tasks: ['generate']
INFO 09-16 22:06:04 [__init__.py:36] No IOProcessor plugins requested by the model
```

Signed-off-by: Michael Goin <[email protected]>
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request correctly changes a log message's level from info to debug within the IOProcessor plugin loading logic. This adjustment is for the common case where no IOProcessor plugin is requested, and it effectively reduces unnecessary log noise during application startup. The change is simple, well-motivated, and improves the overall user experience by making the logs cleaner. I have no further recommendations.

@mgoin mgoin added the ready ONLY add when PR is ready to merge/full CI is needed label Sep 16, 2025
@simon-mo simon-mo merged commit 8b32464 into main Sep 17, 2025
54 of 57 checks passed
@simon-mo simon-mo deleted the debug-ioprocessor branch September 17, 2025 17:21
FeiDaLI pushed a commit to FeiDaLI/vllm that referenced this pull request Sep 25, 2025
charlifu pushed a commit to ROCm/vllm that referenced this pull request Sep 25, 2025
xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 10, 2025
choprahetarth pushed a commit to Tandemn-Labs/vllm that referenced this pull request Oct 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready ONLY add when PR is ready to merge/full CI is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants