skip to Main Content

slf4j and log4j2 json messages escaped

I'm using slf4j and log4j2 as the implementation. I wanted my messages (in JSON) to be logged as JSON and not escaped as Strings. Looking at the org.apache.logging.log4j.layout.template.json.resolver.MessageResolver class, I see that it should work if I remove the stringified…

VIEW QUESTION
Back To Top
Search