Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Quiet extremely verbose tracing::debug #553

Merged
merged 2 commits into from
Oct 3, 2023

Conversation

cgwalters
Copy link
Member

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.


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.
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.
Copy link
Member

@jmarrero jmarrero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jmarrero jmarrero merged commit 3e42da5 into ostreedev:main Oct 3, 2023
8 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants