---
sourceDocument: Xanadu API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Outbound web service logging properties

# Outbound web service logging properties {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

These properties allow you to control the behavior of outbound web service request
logging.
{#outbound-logging-properties__table_kpp_tzr_lw__entry__2}

| 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 * Default value: true * Location: Add to the System Property \[sys_properties\] table {#outbound-logging-properties__ul_kdw_dx4_p4} |
| glide.outbound_http.text.content_types | A comma-separated list of content types. The body of requests or responses with one of these content types is logged. By default, the content types text/\*, 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 {#outbound-logging-properties__ul_dc5_njc_nw} |
| 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 value of 1000. * Type: integer * Default value: 100 * Location: Add to the System Property \[sys_properties\] table {#outbound-logging-properties__ul_bhl_mjc_nw} |
| 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. This log level overrides any other log level settings. Only use this property for a limited time when troubleshooting. * Type: true \| false * Default value: false * Location: Add to the System Property \[sys_properties\] table {#outbound-logging-properties__ul_bt4_mjc_nw} |
| glide.outbound_http_log.override.level | The log level to use for all requests and responses when glide.outbound_http_log.override is true. Valid values are <kbd class="ph userinput">basic</kbd>, <kbd class="ph userinput">elevated</kbd>, and <kbd class="ph userinput">all</kbd>. * Type: String * Default value: basic * Location: Add to the System Property \[sys_properties\] table {#outbound-logging-properties__ul_bdt_mjc_nw} |
[ ]

{#outbound-logging-properties__table_kpp_tzr_lw}

