-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Reduced verbosity of admission request filter INFO log message #8712
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
Conversation
Signed-off-by: satyazzz123 <beherasatyajit716@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #8712 +/- ##
=======================================
Coverage 33.74% 33.74%
=======================================
Files 314 314
Lines 24811 24811
=======================================
Hits 8373 8373
Misses 15643 15643
Partials 795 795
📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
@MariamFahmy98 Do I need to make any changes here?? |
Yes. I suggest changing the verbosity level to 4 instead of 1. |
Signed-off-by: Satyajit Behera <105061492+satyazzz123@users.noreply.github.com>
@MariamFahmy98 made the changes. please check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@realshuting - which milestone should we get this in? |
@MariamFahmy98 one test is failing do we i need to address it or we can just merge this PR ? |
No need. All tests pass. |
/cherry-pick release-1.11 |
Congratulations! 🎉Great job merging your first Pull Request here! How awesome! If you are new to this project, feel free to join our Slack community |
* Reduced verbosity of admission request filter INFO log message Signed-off-by: satyazzz123 <beherasatyajit716@gmail.com> * Changed the verbosity level to 4 Signed-off-by: Satyajit Behera <105061492+satyazzz123@users.noreply.github.com> --------- Signed-off-by: satyazzz123 <beherasatyajit716@gmail.com> Signed-off-by: Satyajit Behera <105061492+satyazzz123@users.noreply.github.com> Co-authored-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
#8882) * Reduced verbosity of admission request filter INFO log message * Changed the verbosity level to 4 --------- Signed-off-by: satyazzz123 <beherasatyajit716@gmail.com> Signed-off-by: Satyajit Behera <105061492+satyazzz123@users.noreply.github.com> Co-authored-by: Satyajit Behera <105061492+satyazzz123@users.noreply.github.com> Co-authored-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
…no#8712) * Reduced verbosity of admission request filter INFO log message Signed-off-by: satyazzz123 <beherasatyajit716@gmail.com> * Changed the verbosity level to 4 Signed-off-by: Satyajit Behera <105061492+satyazzz123@users.noreply.github.com> --------- Signed-off-by: satyazzz123 <beherasatyajit716@gmail.com> Signed-off-by: Satyajit Behera <105061492+satyazzz123@users.noreply.github.com> Co-authored-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
Explanation
Reduced verbosity of admission request filter INFO log message which was needlessly flooding kyverno logs
Issue
Closes #8591
Milestone of this PR
What type of PR is this
Proposed Changes
Reduced the logging verbosity by adjusting the log level
Proof Manifests
Checklist
Further Comments