Reputation: 441
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
Reputation: 2127
take a look to this extension:
https://github.com/quarkiverse/quarkus-logging-json
Upvotes: 0