Skip to content

Commit

Permalink
Merged pull request #1184 from bayendor/patch-1
Browse files Browse the repository at this point in the history
Fix name of kapacitor error log in log rotate file
  • Loading branch information
nathanielc committed Feb 10, 2017
2 parents 025ceaf + cdc4483 commit 214eaba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
Now if the service update process takes too long the request will timeout and return an error.
Previously the request would block forever.
- [#1165](https://github.com/influxdata/kapacitor/issues/1165): Make the alerta auth token prefix configurable and default it to Bearer.
- [#1184](https://github.com/influxdata/kapacitor/pull/1184#issuecomment-278697177): Fix logrotate file to correctly rotate error log.



Expand Down
3 changes: 1 addition & 2 deletions etc/logrotate.d/kapacitor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/var/log/kapacitor/kapacitor.log
/var/log/kapacitor/kapacitor.err
/var/log/kapacitor/kapacitord.err
{
daily
rotate 7
Expand All @@ -8,4 +8,3 @@
copytruncate
compress
}

0 comments on commit 214eaba

Please sign in to comment.