Skip to content

v1.1.6

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Jul 11:09
1c414d3

[1.1.6] - 2026-07-31

Changed

  • Access log now suppresses successful health-check and monitoring noise. uvicorn.access no longer logs requests to /, /health, and /metrics that return a status below 400, so uptime-monitor polling and Prometheus scrapes stop drowning out real activity. Configurable via the new ACCESS_LOG_EXCLUDE_PATHS env var (comma-separated; default /,/health,/metrics; empty value disables filtering). Errors (status >= 400) are always logged, and non-excluded traffic is untouched.