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

Set log levels for klog, update dependencies #168

Merged
merged 3 commits into from
May 11, 2023
Merged

Set log levels for klog, update dependencies #168

merged 3 commits into from
May 11, 2023

Conversation

rbren
Copy link
Contributor

@rbren rbren commented May 11, 2023

This PR fixes issues with klog verbosity

Checklist

  • I have signed the CLA
  • I have updated/added any relevant documentation

Description

What's the goal of this PR?

Allow people to turn off logs using the -v flag. klog.Infof always logs regardless of verbosity

What changes did you make?

turn all Infof into V(5) or V(3)

What alternative solution should we consider, if any?

Could probably spend more time tuning the levels

@rbren rbren changed the title move all Infof to v5 Set log levels for klog May 11, 2023
@rbren rbren changed the title Set log levels for klog Set log levels for klog, update dependencies May 11, 2023
@rbren rbren merged commit 1e4125f into main May 11, 2023
@rbren rbren deleted the rb/fix-logs branch May 11, 2023 14:38
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.

3 participants