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
We fixed this issue by changing the order of the json fields to get the timestamp first (to pass this condition https://github.com/coroot/logparser/blob/main/multiline.go#L123).
But it would be nice to detect json correctly and not depend on the order of the fields.
The text was updated successfully, but these errors were encountered:
We've a case where coroot-node-agent (logparser) accidentally merges multiple json logs into one but we expect to receive them one-by-one.
Output:
We fixed this issue by changing the order of the json fields to get the timestamp first (to pass this condition https://github.com/coroot/logparser/blob/main/multiline.go#L123).
But it would be nice to detect json correctly and not depend on the order of the fields.
The text was updated successfully, but these errors were encountered: