api-firewall icon indicating copy to clipboard operation
api-firewall copied to clipboard

The use of line breaks in log formatting in the TEXT format.

Open 0x566164696D opened this issue 1 year ago • 1 comments

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.

0x566164696D avatar Feb 15 '24 13:02 0x566164696D

Will fix it in the v0.6.16. Thanks for the suggestion.

afr1ka avatar Feb 19 '24 10:02 afr1ka