UKGovLD / registry-core

Linked data registry - core application and example UI
https://github.com/UKGovLD/registry-core/wiki
Apache License 2.0
23 stars 9 forks source link

Add json logger dependency #184

Closed der closed 1 year ago

der commented 1 year ago

In ELK/EFK style production environments it is convenient to be able to log in json format.

This adds a templatable json logger as a dependency so that structured logging can be enabled just through configuration (overriding the log4j2.xml) without having to build a custom war.

Inclusion of the dependency should not affect or change existing logging and default format.