76. Configure Outbound REST or SOAP Message Logging
Import
·
Jun 05, 2024
·
article
Did you know additional logging is available when testing outbound REST or SOAP Messages?
There are 3 levels of logging available:
These levels can be set using either of the following methods:
- System Properties
- glide.outbound_http_log.override = true
- glide.outbound_http_log.override.level =
- Per REST Message Method
- Related Link on defined REST Message Method records OR
- Via the .setLogLevel() function using the SOAPMessagev2 or RESTMessageV2 APIs.
Available details include:
- Request/Response Query parameters, Headers, Body
- Source details e.g. Script or Scheduled Job, Username (trigger), MID Server, Application Scope, Session ID
Supporting documentation:
View original source
https://medium.com/@LearnITbyPrashant/76-configure-outbound-rest-or-soap-message-logging-c859de64d80b?source=rss-d005fc598f0a------2