Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property configures the system to log outbound HTTP requests in the database, facilitating monitoring and troubleshooting. |
| What area does it affect? |
Outbound HTTP Logging |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when configuring logging settings or troubleshooting HTTP call issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.outbound_http.db.log |
| Sys ID |
8241c7d1d70022003e53a2eb9e610329 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
When true, outbound http calls will be logged in the database table also. |
| Updated |
2024-05-25 04:02:20 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... You must have the web_service_admin role to exclude domains. Outbound web service logging properties These properties allow you to control the behavior of outbound web service request logging. Property Description glide.outbound_http.db.log By default, log information is written to a log file and to the instance database. Set this property to false to disable database logging. • Type: true | false • ...
Related properties