1
0
mirror of https://github.com/rancher/os.git synced 2025-09-03 07:44:21 +00:00
Files
os/images/02-logrotate/logrotate.d/docker
2017-07-07 13:49:17 +02:00

9 lines
93 B
Plaintext

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