Skip to content

Don't print output of ExtractImageId mnemonics when successful - #1969

Merged
alexeagle merged 1 commit into
masterfrom
logging
Dec 5, 2021
Merged

Don't print output of ExtractImageId mnemonics when successful#1969
alexeagle merged 1 commit into
masterfrom
logging

Conversation

@alexeagle

Copy link
Copy Markdown
Contributor

These print a ton of output from arbitrary commands in the container, like dpkg spam for hundreds of lines.
Well-behaved Bazel actions should be silent when successful to avoid making bazel stdout unreadable.

These print a ton of output from arbitrary commands in the container, like dpkg spam for hundreds of lines.
Well-behaved Bazel actions should be silent when successful to avoid making bazel stdout unreadable.
@alexeagle
alexeagle merged commit dc76ef7 into master Dec 5, 2021
@alexeagle
alexeagle deleted the logging branch December 5, 2021 00:56
alexeagle added a commit to alexeagle/rules_docker that referenced this pull request Feb 17, 2022
Prevents RunAndCommitLayer and related actions from spamming the Bazel stdout log with Docker output, when the action succeeds. Similar to bazelbuild#1969 which did this for ExtractImageId.
alexeagle added a commit to alexeagle/rules_docker that referenced this pull request Feb 17, 2022
Prevents RunAndCommitLayer and related actions from spamming the Bazel stdout log with Docker output, when the action succeeds. Similar to bazelbuild#1969 which did this for ExtractImageId.
alexeagle added a commit to alexeagle/rules_docker that referenced this pull request Feb 17, 2022
Prevents RunAndCommitLayer and related actions from spamming the Bazel stdout log with Docker output, when the action succeeds. Similar to bazelbuild#1969 which did this for ExtractImageId.

Fixes bazelbuild#2006
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants