axum-extra-v0.9.3
tokio-rs/axumaxum-extra-v0.9.3Mar 24, 2024by davidpdrsn
AI Summary
Adds a new `tracing` feature to the axum-extra crate, allowing developers to log rejections from built-in extractors for easier debugging.
Key Highlights
- New `tracing` feature enabled
- Logs rejections to the `axum::rejection=trace` target
- Improves observability of request handling failures
New Features
- New `tracing` feature
Full Release Notes
- **added:** New `tracing` feature which enables logging rejections from built-in extractor with the `axum::rejection=trace` target ([#2584]) [#2584]: https://github.com/tokio-rs/axum/pull/2584