Jump to: navigation, search

log-longest-requests-number

Section: log-control
Default Value: 10
Valid Values: Any integer from 0 to 100
Changes Take Effect: Immediately
Introduced: 9.0.013.04
Related Options: log-requests-timing-period

Specifies the number of longest database requests to log during each log-requests-timing-period minutes. Each log entry contains a SQL query and the duration it took to execute.

log-control



     


log-custom-message-content

Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately


Allows or prohibits the printing of binary content of EventCustom (Virtual Queue events generated by URS) in the log output. A value of true or yes allows the printing.

log-longest-requests-number

Default Value: 10
Valid Values: Any integer from 0 to 100
Changes Take Effect: Immediately
Introduced: 9.0.013.04
Related Options: log-requests-timing-period

Specifies the number of longest database requests to log during each log-requests-timing-period minutes. Each log entry contains a SQL query and the duration it took to execute.

log-requests-timing-period

Default Value: 5
Valid Values: Any integer from 0 to 60, where '0' means logging is off.
Changes Take Effect: Immediately
Introduced: 9.0.013.04
Related Options: log-longest-requests-number

Delay, in minutes, between logging of longest database requests. Zero value means that the database requests timing logging is turned off. See log-longest-requests-number to configure the log content.

mandatory-keys-to-log

Default Value:
Valid Values: Any valid key name(s) separated by ','
Changes Take Effect: Immediately


Specifies a list of keys that are always visible in the log, regardless of the value of the hide-attached-data option.

max-protocol-attribute-size

Default Value: 256
Valid Values: Any integer from 128 to 8,192 (8k)
Changes Take Effect: Immediately


Specifies the maximum size, in characters, of the protocol attribute to log. If text representation of the attribute is greater than the specified number of characters the output is truncated.

max-protocol-message-size

Default Value: 10000
Valid Values: Any integer from 1,280 to 10000 (bytes).
Changes Take Effect: Immediately


Specifies the maximum size, in characters, of the protocol message to log. If text representation of the message is greater than the specified number of characters the output is truncated. The max-protocol-message-size value cannot be less than 10*max-protocol-attribute-size, and not greater than 10000.

This page was last edited on May 15, 2015, at 22:49.
Comments or questions about this documentation? Contact us for support!