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 have a custom serializer for the err context object, but it's producing log lines that confuse the loki log query json parser.
The log property is always set, but for error lines it appears empty. Trying to parse the log property as json fails with an error about a missing } but the real problem is the new lines... there is a closing } after the error message.
The text was updated successfully, but these errors were encountered:
We have a custom serializer for the
err
context object, but it's producing log lines that confuse the loki log queryjson
parser.The
log
property is always set, but for error lines it appears empty. Trying to parse the log property as json fails with an error about a missing}
but the real problem is the new lines... there is a closing}
after the error message.The text was updated successfully, but these errors were encountered: