1

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.

pazustep
  • 441
  • 4
  • 9

1 Answers1

0

take a look to this extension:

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

fnurglewitz
  • 2,097
  • 14
  • 21