mirror of
https://github.com/containers/podman.git
synced 2025-11-01 10:45:52 +08:00
Switch eventlogger to journald by default
[NO TESTS NEEDED] Since we are just testing the default. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
committed by
Nalin Dahyabhai
parent
d1137664fe
commit
6b06e9b77c
7
vendor/github.com/containers/common/pkg/config/nosystemd.go
generated
vendored
7
vendor/github.com/containers/common/pkg/config/nosystemd.go
generated
vendored
@ -1,7 +1,12 @@
|
||||
// +build !systemd
|
||||
// +build !systemd !cgo
|
||||
|
||||
package config
|
||||
|
||||
const (
|
||||
// DefaultLogDriver is the default type of log files
|
||||
DefaultLogDriver = "k8s-file"
|
||||
)
|
||||
|
||||
func defaultCgroupManager() string {
|
||||
return CgroupfsCgroupsManager
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user