cf-java-logging-support icon indicating copy to clipboard operation
cf-java-logging-support copied to clipboard

The Java Logging Support for Cloud Foundry supports the creation of structured log messages and the collection of request metrics

Results 16 cf-java-logging-support issues
Sort by recently updated
recently updated
newest added

Align community contribution files with .

I'm trying to use `cf-java-logging-support` together with SAP Cloud SDK. Both depend on `com.auth0:java-jwt`, albeit at different major versions, which is causing problems. - Cloud SDK depends on features of...

Hi, when we run our application on cf each request gets logged through the GenerateRequestLogFilter. Is there a way to configure it, so that successful (200) health calls are ignored...

The request instrumentation creates a correlation id. This used to look into the HTTP headers `x-CorrelationID` and `x-vcap-request-id`. This new implementation additionally looks into `x-correlation-id` with priority between the two...

Release `cf-java-logging-support-log4j2: 3.8.4` transitively depends on `jackson-core: 2.14.2`: ``` [INFO] | +- com.sap.hcp.cf.logging:cf-java-logging-support-log4j2:jar:3.8.4:compile [INFO] | | \- com.sap.hcp.cf.logging:cf-java-logging-support-core:jar:3.8.4:compile [INFO] | | \- com.fasterxml.jackson.jr:jackson-jr-objects:jar:2.14.2:compile [INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.14.2:compile ``` Library...

creating this as a draft-PR first as I have quite a lot to comment what I did in this PR. Nevertheless: NO PROD CODE got CHANGED. ONLY TESTS and maven...