Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

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

Merged
merged 1 commit into from
Dec 5, 2021

Conversation

alexeagle
Copy link
Collaborator

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants