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).

Closes #264
Closes #265
This commit is contained in:
Sean Reifschneider 2015-10-14 11:10:39 -06:00 committed by Cameron Sparr
parent 2f7d781635
commit 04e2db1f41
2 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,7 @@ of metrics collected and from how many plugins.
- [#232](https://github.com/influxdb/telegraf/pull/232): Fix bashism run during deb package installation. Thanks @yankcrime!
- [#261](https://github.com/influxdb/telegraf/issues/260): RabbitMQ panics if wrong credentials given. Thanks @ekini!
- [#245](https://github.com/influxdb/telegraf/issues/245): Document Exec plugin example. Thanks @ekini!
- [#264](https://github.com/influxdb/telegraf/issues/264): logrotate config file fixes. Thanks @linsomniac!
## v0.1.9 [2015-09-22]

View File

@ -3,8 +3,9 @@
rotate 6
daily
missingok
dateext
copytruncate
notifempty
nocreate
compress
}