quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.85k stars 394 forks source link

connection: change overly verbose info span to debug #1351

Closed alessandrod closed 2 years ago

alessandrod commented 2 years ago

This moves a super verbose info span to debug. In addition to reducing clutter, it turns out that when running with RUST_LOG=info, this span actually takes significant cpu time

philpax commented 2 years ago

This is quite spammy; I've sidestepped it by lowering Quinn's warning level in my RUST_LOG, but I'd prefer not to do that. Are there any plans to release a 0.8.x with this fix?

djc commented 2 years ago

Please submit a PR that backports this change to 0.8, and add a separate commit that bumps the version number for the relevant crate(s), and we will be happy to publish it to crates.io.