-
Notifications
You must be signed in to change notification settings - Fork 786
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
Wire logger through to config #3663
Conversation
Currently we are only wiring the logger into run_linux.go Not into the Config section. This PR is needed in order to update vendor in Podman. containers/podman#12375 [NO NEW TESTS NEEDED] Tests will be done in Podman. Signed-off-by: Daniel J Walsh <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Could use a rebase. LGTM pending CI. |
LGTM |
I don't really know how podman's using this, but this looks like it should be adding a |
Do we need to instrument code further to use |
@rhatdan Where are we going to use this field in |
This returns logger messages from buildah like.
Without this change you see: |
LGTM |
Currently we are only wiring the logger into run_linux.go
Not into the Config section.
This PR is needed in order to update vendor in Podman.
containers/podman#12375
[NO NEW TESTS NEEDED] Tests will be done in Podman.
Signed-off-by: Daniel J Walsh [email protected]
What type of PR is this?
What this PR does / why we need it:
How to verify it
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?