cri-o/vendor/k8s.io/kubernetes/cluster/saltbase/salt/logrotate/docker-containers

11 lines
168 B
Text
Raw Normal View History

/var/lib/docker/containers/*/*-json.log {
rotate 5
copytruncate
missingok
notifempty
compress
maxsize 10M
daily
create 0644 root root
}