Skip to content

Commit 156346f

Browse files
Apply suggestions from code review
Co-authored-by: Adam Locke <[email protected]> Signed-off-by: esmerel <[email protected]>
1 parent 7ba1621 commit 156346f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

installation/upgrade-notes.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ important changes:
2727

2828
### Tail Input Plugin
2929

30-
By default, the plugin follows a file from the end once the service starts, instead
31-
of reading from the beginning. Every file found at start is followed from it last
32-
position. New files discovered at runtime or rotated are read from the beginning.
30+
By default, the tail input plugin follows a file from the end after the service starts,
31+
instead of reading it from the beginning. Every file found when the plugin starts is
32+
followed from it last position. New files discovered at runtime or when files rotate
33+
are read from the beginning.
3334

3435
To keep the old behavior, set the option `read_from_head` to `true`.
3536

0 commit comments

Comments
 (0)