Skip to content

Commit 9fdec91

Browse files
committed
1.0: in_tail: Fix an inverted desctiption about max_line_size
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
1 parent 0ec9266 commit 9fdec91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

input/tail.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,7 @@ If you work with a big cluster with high volume of log, you can use this paramet
236236
| :--- | :--- | :--- |
237237
| size | nil | 1.14.4 |
238238

239-
The maximum line length which should be ignored.
240-
The longer line is just skipped.
239+
The maximum length of a line. Longer lines than it will be just skipped.
241240

242241
If you see `BufferChunkOverflowError` exception frequently, it means that incoming data is too long.
243242
If such a long line is unexpected incoming data and want to ignore it, then set a smaller value than `chunk_limit_size` in `<buffer>` section.

0 commit comments

Comments
 (0)