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
77 stars 48 forks source link

Fix invalid JSON messages #126

Closed KarstenSchnitter closed 2 years ago

KarstenSchnitter commented 2 years ago

The last version introduced a trailing comma after the fields generated by the ContextPropertyConverter, even when there were no additional fields. This lead to invalid JSON. This change fixes the problem.