summaryrefslogtreecommitdiffstats
path: root/share/logrotate/container
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-20 17:12:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-20 17:12:42 +0000
commitcbfc4abda5f50267b8b2a40de90ee57424381ec6 (patch)
tree5e335b17d0e8c9eaadeb403d5ea91822a5867933 /share/logrotate/container
parentInitial commit. (diff)
downloadopen-infrastructure-compute-tools-cbfc4abda5f50267b8b2a40de90ee57424381ec6.tar.xz
open-infrastructure-compute-tools-cbfc4abda5f50267b8b2a40de90ee57424381ec6.zip
Adding upstream version 20221223.upstream/20221223upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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
+}