The JSON format for log messages was changed. Custom Fields to be indexed
by SAP CloudPlatform CloudFoundry need to be provided in a different schema.
This PR provides the implementation of the new schema. The Java interface
remains compatible to the current API. There is an additional requirement to the
configuration: CustomFields provided as parameters to log functions need to
be declared in the configuration file in the same way that MDC fields needed to
be declared.
The JSON format for log messages was changed. Custom Fields to be indexed by SAP CloudPlatform CloudFoundry need to be provided in a different schema. This PR provides the implementation of the new schema. The Java interface remains compatible to the current API. There is an additional requirement to the configuration:
CustomFields
provided as parameters to log functions need to be declared in the configuration file in the same way that MDC fields needed to be declared.