hyperium / h2

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

Update tracing-subscriber and use tracing-tree when testing #586

Closed nox closed 2 years ago

nox commented 2 years ago

This makes reading the logs way easier on the eyes.

nox commented 2 years ago

This removes timestamps, but durations are still shown, so I don't know if this is good enough or not.