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
Is there still a reason to have section 3.2 that uses the ch.qos.logback.contrib dependecy since log logback has native json support as of versions 1.3.8/1.4.8 for json printing that also follows?
JsonEncoder follows the JSON Lines standard. It transforms a logging event into a valid json text in conformance with RFC-8259.
Article and Module Links
https://www.baeldung.com/java-log-json-output
https://github.com/eugenp/tutorials/tree/master/logging-modules/logback
Question
Is there still a reason to have section 3.2 that uses the ch.qos.logback.contrib dependecy since log logback has native json support as of versions 1.3.8/1.4.8 for json printing that also follows?
https://logback.qos.ch/manual/encoders.html#JsonEncoder
The text was updated successfully, but these errors were encountered: