You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2005/04/22 19:44:21 UTC

svn commit: r164261 - /httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml

Author: slive
Date: Fri Apr 22 10:44:20 2005
New Revision: 164261

URL: http://svn.apache.org/viewcvs?rev=164261&view=rev
Log:
Backport BufferedLogs docs.

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml?rev=164261&r1=164260&r2=164261&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml Fri Apr 22 10:44:20 2005
@@ -286,6 +286,29 @@
 </section>
 
 <directivesynopsis>
+<name>BufferedLogs</name>
+<description>Buffer log entries in memory before writing to disk</description>
+<syntax>BufferedLogs On|Off</syntax>
+<default>BufferedLogs Off</default>
+<contextlist><context>server config</context></contextlist>
+<compatibility>Available in versions 2.0.41 and later.</compatibility>
+<status>Experimental</status>
+
+<usage>
+    <p>The <directive>BufferedLogs</directive> directive causes
+    <module>mod_log_config</module> to store several log entries in
+    memory and write them together to disk, rather than writing them
+    after each request.  On some systems, this may result in more
+    efficient disk access and hence higher performance.  It may be
+    set only once for the entire server; it cannot be configured
+    per virtual-host.</p>
+
+    <note>This directive is experimental and should be used with
+    caution.</note>
+</usage>
+</directivesynopsis>
+
+<directivesynopsis>
 <name>CookieLog</name>
 <description>Sets filename for the logging of cookies</description>
 <syntax>CookieLog <var>filename</var></syntax>