1
0
mirror of https://github.com/rancher/os.git synced 2025-07-07 11:58:38 +00:00
os/images/02-logrotate/logrotate.d/docker
Stephen Drake 8289d4e1bb Add logrotate and cron system services to support basic log rotation.
Signed-off-by: Stephen Drake <stephen@xenolith.net>
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
}