The use of line breaks in log formatting in the TEXT format.
0x566164696D opened this issue · 1 comments
0x566164696D commented
The use of line breaks significantly complicates parsing with popular log collection tools (such as OpenObserve, Filebeat, Logstash, Fluentd, Vector, etc).
Some events, for example, "request validation error", are split into multiple lines, making it difficult to parse logs properly and work with them.
I request a change in formatting to avoid using \r\n as a separator within a single event.
afr1ka commented
Will fix it in the v0.6.16. Thanks for the suggestion.