Skip to content

Commit

Permalink
Issue #264: Fixes for logrotate config file.
Browse files Browse the repository at this point in the history
This adds copytruncate and dateext to match the Influxdb logrotate file,
and removes nocreate (again, to match influxdb).

Closes #264
Closes #265
  • Loading branch information
linsomniac authored and sparrc committed Oct 14, 2015
1 parent 2f7d781 commit 04e2db1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
3 changes: 2 additions & 1 deletion etc/logrotate.d/telegraf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
rotate 6
daily
missingok
dateext
copytruncate
notifempty
nocreate
compress
}

0 comments on commit 04e2db1

Please sign in to comment.