vllm
6ee7f18f - [Logging] add `--disable-access-log-for-endpoints` CLI option (#30011)

Commit
86 days ago
[Logging] add `--disable-access-log-for-endpoints` CLI option (#30011) Add a new CLI option --disable-access-log-for-endpoints to suppress uvicorn access logs for specified endpoints (e.g., /health, /metrics, /ping). This addresses the need to reduce log noise in production environments where health check endpoints are frequently polled by load balancers or monitoring systems, generating excessive log entries that obscure meaningful request logs. Fixes #29982 Signed-off-by: JaredforReal <w13431838023@gmail.com>
Author
Parents
Loading