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 verbosity of logs generated for outbound HTTP requests, impacting how much detail is recorded. |
| What area does it affect? |
Outbound HTTP Logging |
| What does the default mean? |
No default value is documented in this property record. |
| When should you review it? |
Review this property when adjusting logging levels for performance or debugging outbound HTTP interactions. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.outbound_http_log.override.level |
| Sys ID |
f986746247102200a9dcd7527c9a710d |
| Type |
string |
| Application |
Global |
| Default value |
|
| Description |
|
| Updated |
2024-06-08 07:16:29 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... possible value of 1000. • Type: integer • Default value: 100 • Location: Add to the System Property [sys_properties] table 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. © 2026 ServiceNow, Inc. All rights reserved. ServiceNow, the ServiceNow logo, Now, and other ServiceNow marks are trademarks and/or registered trademarks ...
Context preview
Snippet 2
... executions of your Virtual Agent Bot Interconnect and Virtual Agent secondary bot integration. Before you begin Enable the following system properties: • sn_va_bot_ic.bot_interconnect.enable.logging = true • glide.outbound_http_log.override = true • glide.outbound_http_log.override.level = all For more information, see Add a system property . Role required: admin © 2026 ServiceNow, Inc. All rights reserved. ServiceNow, the ServiceNow logo, Now, and other ServiceNow marks ...
Context preview
Snippet 3
... example using the global system properties. Navigate to the system properties by going to sys_properties.list in the application navigator and update the glide.outbound_http_log.override to the value true and update the glide.outbound_http_log.override.level to an appropriate value. For example, change value to All. © 2026 ServiceNow, Inc. All rights reserved. ServiceNow, the ServiceNow logo, Now, and other ServiceNow marks are trademarks and/or registered ...
Context preview
Snippet 4
... ◦(New Longer expiration windows weaken account provisioning security and create opportunities for unauthorized account creation or impersonation. Prevent verbose HTTP request logging Description • (Old The two properties glide.outbound_http_log.override and glide.outbound_http_log.override.level work together to control the level of logging for outbound HTTP requests. When glide.outbound_http_log.override is set to "true", the log level for requests and responses is controlled by glide.outbound_http_log.override.level . ...
Related properties