NO-ISSUE: Turn on more debugging for oc-mirror#729
Conversation
|
/test ? |
|
@zaneb: The following commands are available to trigger required jobs: The following commands are available to trigger optional jobs: Use DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zaneb The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
9c6516a to
2f66b83
Compare
|
@zaneb: This pull request explicitly references no jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Increase the log-level for oc-mirror to debug, and log the output at debug level on each attempt we make to run it, instead of just the first one and only if all attempts fail. This is more consistent with the code before retries were added, where the output of oc-mirror was logged unconditionally at debug level.
|
@zaneb: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Increase the log-level for oc-mirror to debug, and log the output at
debug level on each attempt we make to run it, instead of just the first
one and only if all attempts fail.
This is more consistent with the code before retries were added, where
the output of oc-mirror was logged unconditionally at debug level.