glide.outbound_http.db.log
ServiceNow property description:
When true, outbound http calls will be logged in the database table also.
Attributes
- Sys ID: 8241c7d1d70022003e53a2eb9e610329
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.outbound_http.db.log` determines whether outbound HTTP calls are logged in the database. When set to true, this property ensures that details of outbound HTTP requests are stored in a database table, allowing for easier tracking and auditing of these calls. This can be particularly useful for debugging and monitoring purposes. The default value of this property is false, meaning that outbound HTTP calls are not logged in the database unless explicitly configured to do so. Adjusting this property can impact database performance due to the additional logging overhead. For more detailed information, refer to the ServiceNow documentation on outbound logging properties.
Source