Author: kkolinko
Date: Sat Jan  9 04:30:14 2010
New Revision: 897381

URL: http://svn.apache.org/viewvc?rev=897381&view=rev
Log:
Update documentation

Modified:
    tomcat/trunk/webapps/docs/logging.xml

Modified: tomcat/trunk/webapps/docs/logging.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/logging.xml?rev=897381&r1=897380&r2=897381&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/logging.xml (original)
+++ tomcat/trunk/webapps/docs/logging.xml Sat Jan  9 04:30:14 2010
@@ -129,9 +129,10 @@
       <li>The root logger can define its set of handlers using a
       <code>.handlers</code> property.</li>
       <li>Logging is buffered using a default buffer size of 8192 bytes.
-      To change buffersize, use the <code>bufferSize</code> property.</li>
-      <li>System property replacement for property values which start with
-      ${systemPropertyName}.</li>
+      To change buffersize, use the <code>bufferSize</code> property of a 
handler.
+      The value of <code>0</code> disables buffering.</li>
+      <li>System property replacement is performed for property values which
+      contain ${systemPropertyName}.</li>
     </ul>
   </p>
   <p>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to