quarkiverse / quarkus-logging-json

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

Add support json formatting of logs sent to a socket #320

Open troosan opened 1 month ago

troosan commented 1 month ago

This PR is dependent on the PR I opened on Quarkus https://github.com/quarkusio/quarkus/pull/43232

It will allow sending json in ECS format directly to a Logstash TCP input

troosan commented 1 month ago

will need the change in quarkus to be approved, merged and released for this to compile