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

[8.0.0] Cherry-pick quiet mode (fix for #4867) to 8.0.0 #24024

Merged
merged 2 commits into from
Oct 17, 2024

Conversation

lberki
Copy link
Contributor

@lberki lberki commented Oct 17, 2024

Implement "quiet mode"
This change adds a "--quiet" startup option, which causes Blaze not to print any status messages, progress messages, info messages or warnings of any kind. Error messages are still emitted as usual.

Fixes #4867.

RELNOTES[NEW]: The "blaze --quiet" command line option can now be used to make Blaze emit much less output.

PiperOrigin-RevId: 686784300
Change-Id: Ibaa0b6a1788b43863337dce6fc16da09defb6724

This change adds a "--quiet" startup option, which causes Blaze not to print any status messages, progress messages, info messages or warnings of any kind. Error messages are still emitted as usual.

Fixes #4867.

RELNOTES[NEW]: The "blaze --quiet" command line option can now be used to make Blaze emit much less output.

PiperOrigin-RevId: 686784300
Change-Id: Ibaa0b6a1788b43863337dce6fc16da09defb6724
Finishing touches for #4867.

RELNOTES: None.
PiperOrigin-RevId: 686819148
Change-Id: I9ff2424683b8579ad5a953f7974c9579c5e715db
@lberki lberki requested a review from a team as a code owner October 17, 2024 12:03
@github-actions github-actions bot added team-Rules-CPP Issues for C++ rules awaiting-review PR is awaiting review from an assigned reviewer team-CLI Console UI labels Oct 17, 2024
@meteorcloudy meteorcloudy added this pull request to the merge queue Oct 17, 2024
Merged via the queue into release-8.0.0 with commit 9323f13 Oct 17, 2024
50 checks passed
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Oct 17, 2024
@iancha1992 iancha1992 changed the title Cherry-pick quiet mode (fix for #4867) to 8.0.0 [8.0.0] Cherry-pick quiet mode (fix for #4867) to 8.0.0 Oct 17, 2024
@iancha1992 iancha1992 added this to the 8.0.0 release blockers milestone Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-CLI Console UI team-Rules-CPP Issues for C++ rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants