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
Fixes#1191 which had a regression: disables the uvicorn access_log
logging, which logs all incoming and requests at the INFO level- instead
our injected `log_request_details` logs healthz probes at DEBUG and all
other endpoints at INFO. Previously we were also logging all endpoints
twice, once with our middleware and once with the access probe.
0 commit comments