summaryrefslogtreecommitdiffstats
path: root/share/logrotate/container
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-23 15:36:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-23 16:30:59 +0000
commit93d59c3176876b0990b27375458cf6518459bb07 (patch)
tree85403b3d9ac7f9df4b91195124b342dee81ec640 /share/logrotate/container
parentReleasing debian version 20180825-3. (diff)
downloadopen-infrastructure-compute-tools-93d59c3176876b0990b27375458cf6518459bb07.tar.xz
open-infrastructure-compute-tools-93d59c3176876b0990b27375458cf6518459bb07.zip
Merging upstream version 20190222.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/logrotate/container')
-rw-r--r--share/logrotate/container11
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
+}