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

Use logger.SetLogger to also configure klog #486

Merged
merged 1 commit into from
Mar 8, 2023
Merged

Commits on Mar 8, 2023

  1. Use logger.SetLogger to also configure klog

    This uses the newly introduced helper from runtime, which also
    configures the logger for `klog`.
    
    Resulting in all logs now being properly formatted, even when logged by
    internal Kubernetes elements like the leader election or a dynamic
    client.
    
    The update from `fluxcd/pkg/runtime` from `v0.29.0` to `v0.31.0` in
    addition includes a change which configures the event recoder to only
    log on level `trace` (as opposed to `debug`).
    
    Signed-off-by: Hidde Beydals <hidde@hhh.computer>
    hiddeco committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    fddd3d6 View commit details
    Browse the repository at this point in the history