summaryrefslogtreecommitdiffstats
path: root/share/logrotate/container
diff options
context:
space:
mode:
Diffstat (limited to 'share/logrotate/container')
-rw-r--r--share/logrotate/container13
1 files changed, 13 insertions, 0 deletions
diff --git a/share/logrotate/container b/share/logrotate/container
new file mode 100644
index 0000000..d1783de
--- /dev/null
+++ b/share/logrotate/container
@@ -0,0 +1,13 @@
+# Open Infrastructure: compute-tools
+
+/var/log/compute-tools/container.log {
+ compress
+ create 0640 root adm
+ dateext
+ dateformat -%Y%m
+ dateyesterday
+ missingok
+ monthly
+ notifempty
+ rotate 12
+}