TRACE
VERBOSE
Attribute | Value |
---|---|
Default Value | OFF |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Allowed Values | OFF ON_DEMAND ALL |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
jaxrs-2-0-request-matching | BOOLEAN | false | true | false | jaxrs.2.0.request.matching configuration parameter |
resteasy-add-charset | BOOLEAN | false | true | true | resteasy.add.charset configuration parameter |
resteasy-buffer-exception-entity | BOOLEAN | false | true | true | resteasy.buffer.exception.entity configuration parameter |
resteasy-disable-html-sanitizer | BOOLEAN | false | true | false | resteasy.disable.html.sanitizer configuration parameter |
resteasy-disable-providers | LIST | false | true | resteasy.disable.providers configuration parameter | |
resteasy-document-expand-entity-references | BOOLEAN | false | true | false | resteasy.document.expand.entity.references configuration parameter |
resteasy-document-secure-disableDTDs | BOOLEAN | false | true | true | resteasy.document.secure.disableDTDs configuration parameter |
resteasy-document-secure-processing-feature | BOOLEAN | false | true | true | resteasy.document.secure.processing.feature configuration parameter |
resteasy-gzip-max-input | INT | false | true | 10000000 | resteasy.gzip.max.input configuration parameter |
resteasy-jndi-resources | LIST | false | true | resteasy.jndi.resources configuration parameter | |
resteasy-language-mappings | OBJECT | false | true | resteasy.language.mappings configuration parameter | |
resteasy-media-type-mappings | OBJECT | false | true | resteasy.media.type.mappings configuration parameter | |
resteasy-media-type-param-mapping | STRING | false | true | resteasy.media.type.param.mapping configuration parameter | |
resteasy-prefer-jackson-over-jsonb | BOOLEAN | false | true | false | resteasy.prefer-jackson-over-jsonb configuration parameter |
resteasy-providers | LIST | false | true | resteasy.providers configuration parameter | |
resteasy-rfc7232preconditions | BOOLEAN | false | true | false | resteasy.rfc7232preconditions configuration parameter |
resteasy-role-based-security | BOOLEAN | false | true | false | resteasy.role.based.security configuration parameter |
resteasy-secure-random-max-use | INT | false | true | 100 | resteasy.secure.random.max.use configuration parameter |
resteasy-use-builtin-providers | BOOLEAN | false | true | true | resteasy.use.builtin.providers configuration parameter |
resteasy-use-container-form-params | BOOLEAN | false | true | false | resteasy.use.container.form.params configuration parameter |
resteasy-wider-request-matching | BOOLEAN | false | true | false | resteasy.wider.request.matching configuration parameter |
tracing-threshold | STRING | false | true | SUMMARY | The "SUMMARY" threshold will emit some brief tracing information. The "TRACE" threshold will produce more detailed tracing information, and the "VERBOSE" threshold will generate extremely detailed tracing information. |
tracing-type | STRING | false | true | OFF | "ALL" will enable the tracing feature. "ON_DEMAND" mode will give the control to client side: A client can send a tracing request via HTTP header and get the tracing info back from response headers. "OFF" mode will disable the tracing feature, and this is the default mode. Note that this it is suggested this is set to "OFF" for production servers. |