quarkiverse / quarkus-logging-json

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

GELF format #259

Closed ericsouza closed 11 months ago

ericsouza commented 1 year ago

Hi, thanks for this extensions!!

Is there any way to modify the format to use the GELF format? I use Graylog as my log manager but collecting the logs direct from pods in my k8s cluster.

Something similar to what was done with Elastic Common Scheme and maybe add a property like: quarkus.log.json.log-format=gelf would be amazing

SlyngDK commented 1 year ago

I don't know the gelf format or graylog, is it JSON and there is a well designed schema, you are welcome to add formatter.

But I think I have seen another quarkus extension for gelf, maybe you are looking for that.

marcelstoer commented 11 months ago

As there's an official GELF extension I propose to close this issue.