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

Properly silence cargo output unless --verbose. #903

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

obi1kenobi
Copy link
Owner

Before this, output was always silenced since the check was inverted.
It would only be unsilenced if the log level was less verbose than INFO,
which is the opposite of what we want.

@obi1kenobi obi1kenobi enabled auto-merge (squash) September 2, 2024 17:49
Before this, output was always silenced since the check was inverted.
It would only be unsilenced if the log level was less verbose than INFO,
which is the opposite of what we want.
@obi1kenobi obi1kenobi merged commit 9b31c7e into main Sep 2, 2024
31 checks passed
@obi1kenobi obi1kenobi deleted the flip_reverse_logic branch September 2, 2024 17:59
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