This repository contains some usefull libraries which can enhance your spring boot experience.
The ecs-logging-* libraries provide the functionality to log messages as json documents in the ECS format.
This library provides application logs in ECS format.
This library provides access log functionality for tomcat.
This library provides audit log functionality for the application. These loggers need to be managed manually.
This library provides the functionality of the ECS application logs, for asynchronous processes (e.g. futures, or @Async annotated methods).
This library enhances the application logs by adding MDC attributes for incoming messages. This works best for single record polls, but batch processing for consumers is also supported. The producer sets the transaction id and the producer name on the record headers.
The gzip-request-filter enabled the processing of gzip compressed requests. E.g. Post requests with much data.