hyperium / h2

HTTP 2.0 client & server implementation for Rust.
MIT License
1.34k stars 265 forks source link

Switch to trace logging for frame sent messages #766

Open orf opened 2 months ago

orf commented 2 months ago

This is the same justification as #765 - many hundreds of debug messages are output when making a few number of HTTP calls.

Emitting a message on every frame sent feel smuch more like it should be trace messages.

Screenshot 2024-04-13 at 20 22 19