<div dir="ltr">Hi,<div><br></div><div>i like very much the JsonEncoder that you've added to 1.4.8.</div><div>Previously we worked with ch.qos.logback.contrib.jackson.JacksonJsonFormatter, but great to see it now natively supported.</div><div><br></div><div>However, i've stumbled upon the fact that it does not put the "formatted message" in the json payload. It puts the message and the argument array.</div><div>Some of the libs we use, dolog using the message format based methods, which now look strange in our log aggregation system (sometimes we even see {} as the message with then the actual message as the single member of the argument array).</div><div><br></div><div>I checked the code of the JsonEncoder and do not see any configuration based way of having the formatted in the json payload (preferably with the "message" key).<br></div><div>Do you foresee something like this in the future ? </div><div>Or do we need to subclass the JsonEncoder ?</div><div><br></div><div>Thanks</div><div>Regards</div><div><br></div></div>