Skip to content

[Feature]: Option to Disable Metrics Health-Check Logging #29982

@averyngo34

Description

@averyngo34

🚀 The feature, motivation and pitch

Summary

Add a configuration option in vLLM to disable logging for metrics health-check endpoints.

Motivation

In production environments, frequent metrics health-check requests generate repetitive log lines that do not provide actionable value. This results in:

  • Log clutter that makes it harder to identify real issues
  • Increased log storage footprint and associated operational cost
  • Higher noise-to-signal ratio when analyzing logs

Proposed Solution

Introduce a flag or configuration setting (e.g., --disable-metrics-healthcheck-logging or similar) that suppresses logs specifically for /health endpoints while keeping all other logging intact.

Expected Benefits

  • Significant reduction in log volume in production
  • Cleaner and more meaningful logs
  • Lower storage and ingestion costs for centralized logging systems
  • Improved user experience when debugging issues

Alternatives

No response

Additional context

No response

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions