ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
74 stars 24 forks source link

Quiet extremely verbose tracing::debug #553

Closed cgwalters closed 11 months ago

cgwalters commented 11 months ago

tree-wide: Clean up usage of tracing::instrument

We're really verbose with env RUST_LOG=debug...most of these spans shouldn't be emitting any arguments at all . And even then let's lower to debug level for them too.


store: Silence extremely verbose tracing::debug

This ends up recursing into the manifest/config objects which is a wall of spam with env RUST_LOG=debug. Just print the merge commit to start here.