SAP / cf-java-logging-support

The Java Logging Support for Cloud Foundry supports the creation of structured log messages and the collection of request metrics
Apache License 2.0
76 stars 46 forks source link

Refactor Logback Log Generation #140

Closed KarstenSchnitter closed 2 years ago

KarstenSchnitter commented 2 years ago

Use jackson directly to serialise the Logback log events. Removes the old pattern layout approach. The new approach provides several callback and customisation features. They enable users to extend the library within their own applications. Furthermore, support for custom fields has been extended to support non-string values for top level fields. Also, CloudFoundry's VCAP environment variables are no longer added by default. The user has to opt in those fields

Signed-off-by: Karsten Schnitter k.schnitter@sap.com

cla-assistant[bot] commented 2 years ago

CLA assistant check
All committers have signed the CLA.