Commit 45a76fb
committed
docs: add "got incomplete line before first line" warning in in_tail
Add an FAQ entry explaining that in_tail emits this warning only in
multiline mode (format_firstline), when it reads a continuation line
before matching a first line. List the common causes: reading that
starts in the middle of a record (e.g. after rotation or with
read_from_head false), a format_firstline that does not match the real
first line, and a single <parse> shared by files of different formats
through a path glob. Note that these lines are dropped unless
emit_unmatched_lines is set to true.
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>1 parent f10996c commit 45a76fb
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
525 | 543 | | |
526 | 544 | | |
527 | 545 | | |
| |||
0 commit comments