Author: rpopma
Date: Sat Jun 21 09:59:10 2014
New Revision: 1604329
URL: http://svn.apache.org/r1604329
Log:
Clarified documentation for SMTP appender (as requested in LOG4J2-252).
Modified:
logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml
Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml?rev=1604329&r1=1604328&r2=1604329&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml Sat Jun 21
09:59:10 2014
@@ -2648,7 +2648,9 @@ public class JpaLogEntity extends Abstra
<b>BufferSize</b> option. The <code>SMTPAppender</code> keeps only
the last
<code>BufferSize</code> logging events in its cyclic buffer. This
keeps
memory requirements at a reasonable level while still delivering
useful
- application context.
+ application context. All events in the buffer are included in the
email.
+ The buffer will contain the most recent events of level TRACE to
WARN
+ preceding the event that triggered the email.
</p>
<p>
The default behavior is to trigger sending an email whenever an
ERROR or higher