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

adjust log-driver defaults #546

Merged
merged 1 commit into from
May 12, 2021

Commits on May 12, 2021

  1. adjust log-driver defaults

    Commit 98ff7e1 changed the default logging driver k8s-file to
    journald.  The only consumer of the log-driver is Podman which I think
    still needs some more time to stabilize.  Vendoring containers/common
    into Podman has revealed quite some warts (see
    containers/podman/pull/10222) which reduced my confidence level.
    
    To resolve the chicken-egg-problem of maturing the journald driver, I
    want to only partially revert commit 98ff7e1.  The built-in default
    remains k8s-file while the containers.conf sets it to journald.  The
    intention behind is to make sure that running systems are not impacted
    but we can change Fedora to journald to increase coverage.
    
    Once the confidence level is back to normal, we can change the default
    to journald.  Latest before RHEL9.
    
    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed May 12, 2021
    Configuration menu
    Copy the full SHA
    4bf97ab View commit details
    Browse the repository at this point in the history