quarkiverse / quarkus-logging-json

Quarkus logging extension outputting the logging in json.
Apache License 2.0
63 stars 30 forks source link

How is this extension different from io.quarkus:quarkus-logging-json? #220

Closed Manfred73 closed 1 year ago

Manfred73 commented 1 year ago

Hi,

Not really a bug, but a question. As the title says, what's the difference between this extension and the one from io.quarkus? Currently I'm using the one from quarkiverse because I want to do structured logging. Does the one from io.quarkus also support this?

SlyngDK commented 1 year ago

@Manfred73 This extension is created because default extension, was not supporting structured logging. I am not aware what changes made to the default, after I created this extension.