-
Notifications
You must be signed in to change notification settings - Fork 249
OCPBUGS-60077: Silence ovnkube-lib.sh to avoid mass of logs to collectors #2761
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
base: master
Are you sure you want to change the base?
OCPBUGS-60077: Silence ovnkube-lib.sh to avoid mass of logs to collectors #2761
Conversation
Hi @michaelalang. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
@michaelalang: This pull request references Jira Issue OCPBUGS-60077, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In 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. |
This is not a problem for containers other than ovn-acl-logging which runs the script in a loop. |
e7251d3
to
7f2b3e6
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: michaelalang The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
7f2b3e6
to
d69bd30
Compare
@kyrtapz done and thanks for the hint on being able to limit only the particular function <3 |
/ok-to-test |
@michaelalang: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
silenced default output of ovnkube-lib.sh and made it ENV dependning instead
on ~12 days running pods the amount of logs procuded is fairly high
unfortunately those logs are not helpful as they are bash's
Print a trace of simple commands
output only.With cloning the
set -x
behavior formovnkube.sh
the PR makes the output ENV controll able reducing logs in the default setup.