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

KEP 3077: contextual logging: simplify scope, avoid transition #3222

Merged
merged 1 commit into from
Mar 16, 2022

Commits on Mar 11, 2022

  1. contextual logging: simplify scope, avoid transition

    A less ambitious goal is to just remove the usage of the traditional klog
    logging API and the hard dependency on the klog logging implementation and
    still keeping k8s.io/klog/v2 as dependency.
    
    The main advantage is that there's no need for a transition to a new
    k8s.io/klogr package.
    pohly committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    42bb993 View commit details
    Browse the repository at this point in the history