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

Commits on Oct 17, 2024

  1. 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
    lberki committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7f400ac View commit details
    Browse the repository at this point in the history
  2. Add documentation for the --quiet startup option.

    Finishing touches for #4867.
    
    RELNOTES: None.
    PiperOrigin-RevId: 686819148
    Change-Id: I9ff2424683b8579ad5a953f7974c9579c5e715db
    lberki committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7d680b6 View commit details
    Browse the repository at this point in the history