Author: markt Date: Wed Feb 10 22:55:58 2010 New Revision: 908721 URL: http://svn.apache.org/viewvc?rev=908721&view=rev Log: Update logging docs
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=908721&r1=908720&r2=908721&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/logging.xml (original) +++ tomcat/trunk/webapps/docs/logging.xml Wed Feb 10 22:55:58 2010 @@ -128,11 +128,13 @@ boolean value.</li> <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 0 bytes. - To change bufferSize, use the <code>bufferSize</code> property of a handler. - The value of <code>0</code> uses system default buffering. - The value of <code><0</code> forces a writer flush upon each log write. - A value <code>>0</code> uses a BufferedOutputStream with the defined value.</li> + <li>Logging is not buffered by default. To configure buffering, use the + <code>bufferSize</code> property of a handler. A value of <code>0</code> + uses system default buffering (typically an 8K buffer will be used). A + value of <code><0</code> forces a writer flush upon each log write. A + value <code>>0</code> uses a BufferedOutputStream with the defined + value but note that the system default buffering will also be + applied.</li> <li>System property replacement is performed for property values which contain ${systemPropertyName}.</li> </ul> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org