glide.outbound_http.content.max_limit
ServiceNow property description:
Maximum content length for request and response message logging.
Attributes
- Sys ID: c22c27729f0022005cf3ffa4677fcfa1
- Type: integer
- Application: Global
- Default value: 100

AI generated property description:
The ServiceNow property `glide.outbound_http.content.max_limit` sets the maximum content length for logging request and response messages in outbound HTTP communications. This property ensures that the size of the logged content does not exceed a specified limit, which helps in managing log file sizes and system performance. By configuring this property, administrators can control the amount of data captured in logs, preventing excessive storage use and potential performance degradation. The value is specified in bytes, and any content exceeding this limit will be truncated in the logs. This property is particularly useful for maintaining efficient log management and ensuring that only relevant data is captured.
Source