The APPLICATION_SERVER element / The LOG element |
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.
<RAW_DATA MaxLength="100" />