Understand integration logs
Learn how commercetools logging works with Digital River.
The integration supports both standard and enhanced logging.
Use standard logging
The following shows an example of the log activity resulting from a request made by the integration to the Digital River API:
The Request id
can be used to cross-reference with the Digital River API logs.
Use enhanced logging
You can also log the request and response payloads by setting the log level property or an environment variable.
The following is an example of using the log level property to set the logging level:
quarkus.log.category."com.e2x.digitalriverct.digitalriver.client.filter".level
The following example uses an environment variable to set the level to DEBUG
:
QUARKUS_LOG_CATEGORY__COM_E2X_DIGITALRIVERCT_DIGITALRIVER_CLIENT_FILTER__LEVEL
This example MUST NOT be enabled in production as the payloads will contain PII.
Last updated