-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[release-v0.41.x] Fix spammy logs #6787
[release-v0.41.x] Fix spammy logs #6787
Conversation
A couple of lines are causing a lot of spam in the controller logs: - logging the content of steps - logging that the cache client cannot be find, which is expected since the cache is only available in the Run/CustomRun controller and not for TaskRun and PipelineRun controllers Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
I'll do the same as the other PR. |
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester 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 |
Cherry-pick of e4435e9.
A couple of lines are causing a lot of spam in the controller logs:
/kind bug
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes