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 defines the upper limit for the size of logged HTTP request and response messages, impacting how much data is captured during outbound HTTP transactions. |
| What area does it affect? |
Outbound HTTP logging |
| What does the default mean? |
The default value is "100", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when configuring logging settings or troubleshooting HTTP message issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.outbound_http.content.max_limit |
| Sys ID |
c22c27729f0022005cf3ffa4677fcfa1 |
| Type |
integer |
| Application |
Global |
| Default value |
100 |
| Description |
Maximum content length for request and response message logging. |
| Updated |
2024-05-25 04:36:49 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... application/json, and application/xml are always logged. Use this property to add additional content types. • Type: String • Default value: none • Location: Add to the System Property [sys_properties] table glide.outbound_http.content.max_limit The maximum number of characters logged from a request or response body. The first characters of the body, up to this limit, are logged. This property has a maximum possible ...
Related properties