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