Skip to content

[Frontend] Reduce chat template warmup logging levels#37062

Merged
njhill merged 2 commits intovllm-project:mainfrom
njhill:chat-tmpl-debug
Mar 14, 2026
Merged

[Frontend] Reduce chat template warmup logging levels#37062
njhill merged 2 commits intovllm-project:mainfrom
njhill:chat-tmpl-debug

Conversation

@njhill
Copy link
Member

@njhill njhill commented Mar 14, 2026

Not important messages for default case.

Exception shouldn't be logged as error unless it's really an error in which case it should be fatal.

Not important messages for default case. Exception shouldn't be logged as error unless it's really an error in which case it should be fatal.

Signed-off-by: Nick Hill <nickhill123@gmail.com>
@njhill njhill requested a review from DarkLight1337 as a code owner March 14, 2026 16:59
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 reduces the logging level for chat template warmup messages. INFO-level logs are changed to DEBUG, and exception logging is changed from ERROR to WARNING. This change is incomplete as a similar logging call for multi-modal warmup failures remains at the ERROR level, which could lead to misleading alerts. I've added a comment suggesting to make the logging consistent for all warmup failures.

Signed-off-by: Nick Hill <nickhill123@gmail.com>
@njhill njhill added the ready ONLY add when PR is ready to merge/full CI is needed label Mar 14, 2026
@njhill njhill merged commit 458c1a4 into vllm-project:main Mar 14, 2026
44 checks passed
@njhill njhill deleted the chat-tmpl-debug branch March 14, 2026 20:49
athrael-soju pushed a commit to athrael-soju/vllm that referenced this pull request Mar 16, 2026
…7062)

Signed-off-by: Nick Hill <nickhill123@gmail.com>
Signed-off-by: Athrael Soju <athrael.soju@gmail.com>
Lucaskabela pushed a commit to Lucaskabela/vllm that referenced this pull request Mar 17, 2026
wendyliu235 pushed a commit to wendyliu235/vllm-public that referenced this pull request Mar 18, 2026
fxdawnn pushed a commit to fxdawnn/vllm that referenced this pull request Mar 19, 2026
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.

2 participants