Enabling request/response debug logging - EcoSys - 3.0 - Help - Hexagon PPM

EcoSys Connect Help

Language
English
Product
EcoSys
Search by Category
Help
EcoSys Version
3.0

To aid in debugging of jobs, you can enable the logging of the request and response message that Connect sends to SOAP or OData end points. These additional log messages appears in the job execution history.

Follow these steps to enable debugging:

  1. Modify the connectAgent.properties file located in your GIT repository.

    1. For SOAP, set the following settings to true:

      1. connect.debug.soap.logIncomingMessages.enabled

      2. connect.debug.soap.logOutgoingMessages.enabled

    2. For OData, set the following setting to true:

      1. connect.debug.odata.logMessages.enabled

  2. Restart the Agent by running the command.

    1. For Azure AKS – ‘kubectl -n connect-agent rollout restart deployment agent’

    2. For Microk8s – ‘microk8s kubectl -n connect-agent rollout restart deployment agent’