1. 30 Jan, 2026 8 commits
  2. 29 Jan, 2026 11 commits
  3. 28 Jan, 2026 10 commits
  4. 27 Jan, 2026 10 commits
  5. 26 Jan, 2026 1 commit
    • Jared Wen's avatar
      [Logging] add `--disable-access-log-for-endpoints` CLI option (#30011) · 6ee7f18f
      Jared Wen authored
      
      
      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: default avatarJaredforReal <w13431838023@gmail.com>
      6ee7f18f