Skip to content
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

logging: move away from klogr to ktesting/textlogger #1600

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

mythi
Copy link
Contributor

@mythi mythi commented Nov 20, 2023

klog has added ktesting/textlogger and is going to deprecate klogr. The deprecation is going to trigger golangci-lint (staticcheck) errors so rework the logging and move to ktesting/textlogger.

The commit also fixes the loglevel setting with operator.

Split from #1584

klog has added ktesting/textlogger and is going to deprecate
klogr. The deprecation is going to trigger golangci-lint (staticcheck)
errors so rework the logging and move to ktesting/textlogger.

The commit also fixes the loglevel setting with operator.

Signed-off-by: Mikko Ylinen <[email protected]>
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (89a0ad9) 51.69% compared to head (ae7724f) 51.69%.

❗ Current head ae7724f differs from pull request most recent head d799780. Consider uploading reports for the commit d799780 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1600   +/-   ##
=======================================
  Coverage   51.69%   51.69%           
=======================================
  Files          42       42           
  Lines        4869     4869           
=======================================
  Hits         2517     2517           
  Misses       2206     2206           
  Partials      146      146           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mythi
Copy link
Contributor Author

mythi commented Nov 20, 2023

@hj-johannes-lee @ozhuraki PTAL

@hj-johannes-lee hj-johannes-lee merged commit 20f060d into intel:main Nov 23, 2023
75 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants