Author: rgoers
Date: Mon Mar 18 04:56:33 2013
New Revision: 1457642

URL: http://svn.apache.org/r1457642
Log:
Update flume appender documentation

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=1457642&r1=1457641&r2=1457642&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml Mon Mar 18 
04:56:33 2013
@@ -402,7 +402,8 @@
             <tr>
               <td>agentRetries</td>
               <td>integer</td>
-              <td>The number of times the agent should be retried before 
failing to a secondary.</td>
+              <td>The number of times the agent should be retried before 
failing to a secondary. This paramenter is
+                ignored when type="persistent" is specified (agents are tried 
once before failing to the next).</td>
             </tr>
             <tr>
               <td>batchSize</td>
@@ -492,7 +493,9 @@
               <td>reconnectionDelay</td>
               <td>integer</td>
               <td>The number of milliseconds the application should wait 
before trying again to connect to the
-                agent.</td>
+                agent. When type="persistent" is specified this represents the 
frequency between retries when no
+                remote Flume agents are available (the persistent agent will 
continue to write to its database in
+                the interim).</td>
             </tr>
 
             <tr>


Reply via email to