1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00
Files
os/images/02-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
}