diff options
Diffstat (limited to 'share/logrotate')
-rw-r--r-- | share/logrotate/container-tools | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/share/logrotate/container-tools b/share/logrotate/container-tools new file mode 100644 index 0000000..18aa713 --- /dev/null +++ b/share/logrotate/container-tools @@ -0,0 +1,11 @@ +/var/log/container-tools/container.log { + compress + create 0640 root adm + dateext + dateformat -%Y%m + dateyesterday + missingok + monthly + notifempty + rotate 12 +} |