aboutsummaryrefslogtreecommitdiffstats
path: root/community/influxdb/influxdb.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'community/influxdb/influxdb.logrotate')
-rw-r--r--community/influxdb/influxdb.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/influxdb/influxdb.logrotate b/community/influxdb/influxdb.logrotate
new file mode 100644
index 0000000000..e4a3d27580
--- /dev/null
+++ b/community/influxdb/influxdb.logrotate
@@ -0,0 +1,8 @@
+/var/log/influxdb/influxdb.log {
+ daily
+ missingok
+ copytruncate
+ rotate 7
+ compress
+ notifempty
+}