pazustep
pazustep

Reputation: 441

Structured logging with custom attributes

Is there a way to do structured logging in JSON format with additional custom attributes per logging event using jboss-logging? I'm basically looking for something to replace logstash-logback-encoder's StructuredArguments.

Upvotes: 1

Views: 1305

Answers (1)

fnurglewitz
fnurglewitz

Reputation: 2127

take a look to this extension:

https://github.com/quarkiverse/quarkus-logging-json

Upvotes: 0

Related Questions