Ionel GARDAIS wrote:

Hi Vladyslav,

The line <param name="BufferSize" value="100"/>
declares a buffer of 100 events to send with the
message each time an error occurs.

To reduce the amount of message received in the body
of your mail, just decrease the buffersize value.

According to JavaDoc, BufferSize does not intersect with a message body contents:
"The BufferSize option takes a positive integer representing the maximum number of logging events to collect in a cyclic buffer. When the BufferSize is reached, oldest events are deleted as new events are added to the buffer. By default the size of the cyclic buffer is 512 events."


As I understand, the problem is that every line from the exception trace is a separate logging event. How to change this?


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to