mirror of
https://github.com/containers/podman.git
synced 2025-10-20 20:54:45 +08:00
Bump to github.com/containers/common to v0.9.2
This allows us to fix issues with people with old libpod.conf Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
6
vendor/github.com/containers/common/pkg/config/libpodConfig.go
generated
vendored
6
vendor/github.com/containers/common/pkg/config/libpodConfig.go
generated
vendored
@ -224,6 +224,12 @@ func newLibpodConfig(c *Config) error {
|
||||
}
|
||||
}
|
||||
|
||||
// hard code EventsLogger to "file" to match older podman versions.
|
||||
if config.EventsLogger != "file" {
|
||||
logrus.Debugf("Ignoring lipod.conf EventsLogger setting %q. Use containers.conf if you want to change this setting and remove libpod.conf files.", config.EventsLogger)
|
||||
config.EventsLogger = "file"
|
||||
}
|
||||
|
||||
c.libpodToContainersConfig(config)
|
||||
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user