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