Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

Each web service's requests and responses need to be logged for future references while you figure out the reason for a failed execution or if you want to know whether the execution was successful or not. It needs to log messages at a different levels, for example, TRACE and DEBUG. All these log messages for SOAP Providers are logged in application_system.log file at the Connect Portal.

To be able to log messages for SOAP Providers, you need to configure the required property in logback.xml configuration file in Adeptia Connect.

Perform the following steps below to enable logging:

  1. Go to ...<ConnectPortalInstallfolder>/<resources_config> location.
  2. Open logback.xml configuration file.
  3. Set the level for SOAP_MESSAGE_TRACER to ONThe default value is OFF.



  4. Save the file.
  5. Restart Connect Portal.