34. Outbound Web Service Logging Properties
Import
·
May 27, 2024
·
article
Do you know we have some properties available in ServiceNow for logging the outbound request
glide.outbound_http_log.override
When this property is set to true, the property glide.outbound_http_log.override.level determines the log level for all requests and responses. This log level overrides any other log level settings. Only use this property for a limited time when troubleshooting.
- Type: true | false
- Default value: false
glide.outbound_http_log.override.level
The log level to use for all requests and responses when glide.outbound_http_log.override is true. Valid values are basic, elevated, and all.
- Type: String
- Default value: basic
View original source
https://medium.com/@LearnITbyPrashant/34-outbound-web-service-logging-properties-344b55489026?source=rss-d005fc598f0a------2