From 5646404deae5964f00566118e275ba17f7a613ed Mon Sep 17 00:00:00 2001 From: Sean Reifschneider Date: Wed, 14 Oct 2015 11:10:39 -0600 Subject: [PATCH] Issue #264: Fixes for logrotate config file. This adds copytruncate and dateext to match the Influxdb logrotate file, and removes nocreate (again, to match influxdb). --- etc/logrotate.d/telegraf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/logrotate.d/telegraf b/etc/logrotate.d/telegraf index 6a7dedfcf..f34017f07 100644 --- a/etc/logrotate.d/telegraf +++ b/etc/logrotate.d/telegraf @@ -3,8 +3,9 @@ rotate 6 daily missingok + dateext + copytruncate notifempty - nocreate compress }