cf-java-logging-support
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
Hi I have one general question: is the logging mechanism using `cf-java-logging-support-logback` either writing to file/disk or using a synchronous, blocking approach? Our service's /health endpoint is stalling for multiple...
This is the first PR on the way to #164. It contains the following major changes: - deletion of custom metrics feature - removal of Jersey support and old sample...
Hi, We want to add field tenant_id in Request logs. . We don't understand why each request (identified by a correlation_id) has 2 entries in kibana 1. first entry with...
Hi Team, We're trying to add custom tenantID in the request logging filter but couldn't find anyway of doing it , it's taking the tenantID from the subdomain by default...
There have been a lot of changes in Java and the logging frameworks, that need to be integrated into this library. This will require a new major version. The following...
Hello colleagues, I just build in log4j2 with the exemplary config provided here: https://github.com/SAP/cf-java-logging-support/blob/main/sample/src/main/resources/log4j2.xml When running my tests so far, I receive a warning: WARN StatusConsoleListener The use of package...
Hello colleagues, in the newest version 3.7.1 of cf-java-logging-support-log4j2 you still refer to the org.apache.logging.log4j log4j-slf4j-impl ${log4j2.version} provided However, if you go here: https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j-impl there is a warning that the...
The library currently considers the header fields `x-correlationid` and `x-vcap-request-id` as carrying correlation IDs. This change would also make it aware of the field `x-correlation-id`, which is widely used in...
Hello Colleagues, Currently, the feature of https://github.com/SAP/cf-java-logging-support#custom-metrics is very usable. Unfortunately due to this condition here: https://github.com/SAP/cf-java-logging-support/blob/master/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-spring-boot/src/main/java/com/sap/cloud/cf/monitoring/spring/configuration/CustomMetricsCondition.java service that does not use application-logging could not benefit from it. Please remove...
we want to use the field tenant_id in the MDC properties to add our tenant id to the logger. So far we set the tenant id to the MDC properties...