aboutsummaryrefslogtreecommitdiffstats
path: root/community/cloud-init/cloud-init.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'community/cloud-init/cloud-init.logrotate')
-rw-r--r--community/cloud-init/cloud-init.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/cloud-init/cloud-init.logrotate b/community/cloud-init/cloud-init.logrotate
new file mode 100644
index 00000000000..d9395d522a3
--- /dev/null
+++ b/community/cloud-init/cloud-init.logrotate
@@ -0,0 +1,8 @@
+/var/log/cloud-init.log /var/log/cloud-init-output.log {
+ compress
+ delaycompress
+ missingok
+ monthly
+ notifempty
+ rotate 6
+}