You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

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:


blueriq-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:

blueriq-customerdata-odata-service-v1.yml
logging:
  level:
    com.blueriq.customerdata.odata.service.v1.interceptor.RequestLogInterceptor: INFO
  • No labels