quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.76k stars 380 forks source link

Route logs via `log` crate by default when `tracing` isn't used #1473

Closed Ralith closed 1 year ago

Ralith commented 1 year ago

Prompted by #1472. The inter-crate edges aren't strictly necessary since tracing's features will be unified across all crates, but ensuring a consistent feature state seems tidy.