Rotate .err and .stdout files too

As suggested in #1574, rotate the logstash.err and logstash.stdout
files also.

Fixes #4136
This commit is contained in:
Aaron Mildenstein 2015-11-03 14:04:13 -08:00 committed by Jordan Sissel
parent 65a5996187
commit e60f4d67bd

View file

@ -1,4 +1,4 @@
/var/log/logstash/*.log {
/var/log/logstash/*.log /var/log/logstash/*.err /var/log/logstash/*.stdout {
daily
rotate 7
copytruncate