You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
underlying logging-driver may split single line event into multiple lines after configureable boundary. this may be 2048 characters or so.
verify if this happens
allow configuring if this happens that if the line is exactly 2048 characters in length and terminates with newline that consecutive line will be appended to the line
this may become obsolete if we allow regex matcher for multiline events like currently is done on cfe-01.
underlying logging-driver may split single line event into multiple lines after configureable boundary. this may be 2048 characters or so.
this may become obsolete if we allow regex matcher for multiline events like currently is done on cfe-01.
#16 related
The text was updated successfully, but these errors were encountered: