mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 09:46:03 -04:00
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:
parent
65a5996187
commit
e60f4d67bd
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
/var/log/logstash/*.log {
|
/var/log/logstash/*.log /var/log/logstash/*.err /var/log/logstash/*.stdout {
|
||||||
daily
|
daily
|
||||||
rotate 7
|
rotate 7
|
||||||
copytruncate
|
copytruncate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue