1
0
mirror of https://github.com/rancher/os.git synced 2025-07-06 19:38:37 +00:00
os/images/02-logrotate/usr/share/logrotate/logrotate.d/docker

9 lines
93 B
Plaintext
Raw Normal View History

/var/log/docker.log
/var/log/system-docker.log
{
rotate 7
daily
missingok
copytruncate
}