RAW_DATA

The RAW_DATA element limits the size of a single log message.

Log messages can include the complete html response, and can therefore be very large (an entire html page). The optional RAW_DATA element specifies the maximum number of characters in any single log message. It takes an attribute MaxLength, the number of characters after which the log message is truncated. The value provided for MaxLength must be a non-negative integer.

If the RAW_DATA element is omitted, data is logged in its entirety.

Example

<RAW_DATA MaxLength="100" /> 

Parent elements

This element is a child of one of the following elements: LOG