July 8, 2019 Product Developers Domen Gašperlin
KumuluzEE Logs Java EE Microservices

KumuluzEE Logs now supports Fluentd

We are pleased to announce the support for fluentd in KumuluzEE Logs. The module includes support for logging to Fluentd logger. It also introduces JAX-RS filters for logging contextual data for requests.

To use KumuluzEE Logs with Fluentd, use the following dependency:

<dependency>
   <artifactId>kumuluzee-logs-fluentd</artifactId>
   <groupId>com.kumuluz.ee.logs</groupId>
   <version>${kumuluzee-logs.version}</version>
</dependency>

We recommend you to check out the sample.

Features:

  • Added support for logging through Fluentd logger
  • Added support for registration of custom RequestContext providers

More details can be found on GitHub.

Subscribe to our mailing list

Subscribe to our mailing list to get the latest news and updates.