Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a TRACE log level enabled by two --verbose flags #113

Merged
merged 2 commits into from
Oct 5, 2023

Conversation

marcospb19
Copy link
Collaborator

No description provided.

Comment on lines -97 to +98
debug!("Hashs to keep: {:#?}", keep);
trace!("Hashs to keep: {:#?}", keep);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The --verbose output used to be unreadable due to the pollution of the hashes listing.

Now these hashes are behind the TRACE level, and it can be enabled with -v -v or -vv (--verbose twice).

@marcospb19 marcospb19 changed the title Use two --verbose flags as a [TRACE] log level Add a TRACE log level enabled by two --verbose flags Sep 18, 2023
@marcospb19 marcospb19 merged commit ad75408 into master Oct 5, 2023
18 checks passed
@marcospb19 marcospb19 deleted the add-verbosity-levels branch October 5, 2023 16:48
@marcospb19 marcospb19 mentioned this pull request Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant