[GELF](https://go2docs.graylog.org/current/getting_in_log_data/gelf_format.html#GELFPayloadSpecification) is a kind-of standardized JSON based log event format, it would be useful if Penna could generate it. It is not only used by Graylog, but can also be ingested by by e.g. [Logstash](https://www.elastic.co/docs/reference/logstash/plugins/plugins-inputs-gelf). Other logging frameworks can produce it, e.g. [Log4j 2](https://logging.apache.org/log4j/2.x/manual/layouts.html#GELFLayout) and [Rainbow Gum](https://jstach.io/doc/rainbowgum/current/apidocs/io.jstach.rainbowgum.json/io/jstach/rainbowgum/json/encoder/GelfEncoder.html).
GELF is a kind-of standardized JSON based log event format, it would be useful if Penna could generate it.
It is not only used by Graylog, but can also be ingested by by e.g. Logstash.
Other logging frameworks can produce it, e.g. Log4j 2 and Rainbow Gum.