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

Convert Last Log Message To Structured Logging #411

Merged
merged 1 commit into from
Sep 28, 2020

Commits on Sep 26, 2020

  1. Convert Last Log Message To Structured Logging

    The k8s.io/klog/v2 package does not currently support structured logging
    for warning level log messages. Therefore update the one call in the
    code base using klog.Warningf to instead use klog.InfoS.
    seanmalloy committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    6237ba5 View commit details
    Browse the repository at this point in the history