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

Gate traces behind log level 2 #301

Merged
merged 1 commit into from
Apr 23, 2024

Commits on Feb 16, 2024

  1. trace: gate traces behind log level 2

    Traces are now only dumped in logs if klog verbosity level is >= 2.
    Prior to this change, they were outputted to logs even when the
    verbosity level was set to 0 although this level should only be
    dedicated to critical information. Level 2 is better suited for
    information about requests.
    
    Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
    dgrisonnet committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    be5eaf9 View commit details
    Browse the repository at this point in the history