Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Regarding logging, the Customer Data Service can be configured the same way as the Blueriq Runtime can. Please see for further reading the page on Logging configuration.


Please note that the runtime uses properties-files for configuration, and the customer data service uses yml files, as for example:


Code Block
languageyml
titleblueriq-customerdata-odata-service-v1.yml
# Set this to specify a logback-spring.xml that does NOT come from the classpath
logging: 
  config: D:/spring/config/location/logback-spring.xml

Incoming request logging

Since version 2.0.9, the Customer Data Service logs incoming requests on TRACE level by default. This can be disabled by supplying the following configuration:

Code Block
languageyml
titleblueriq-customerdata-odata-service-v1.yml
logging:
  level:
    com.blueriq.customerdata.odata.service.v1.interceptor.RequestLogInterceptor: INFO