You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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.