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
I'm using a net.logstash.logback.encoder.LoggingEventCompositeJsonEncoder and usually all the properties I add to my log statements are nicely displayed. One of the library's internal logs also seem to be in a JSON format but it's just getting formatted in to a string and shoved into the message property which is really hard to read.
Hi!
I'm using a
net.logstash.logback.encoder.LoggingEventCompositeJsonEncoder
and usually all the properties I add to my log statements are nicely displayed. One of the library's internal logs also seem to be in a JSON format but it's just getting formatted in to a string and shoved into themessage
property which is really hard to read.Is there a way to instruct Logback to recognise the JSON logged by the library and merge according to the existing encoder config.
Here's the
logback.xml
:The text was updated successfully, but these errors were encountered: