From: Graham Leggett <minfrin@apache.org>
Date: Sat, 8 Jan 2011 11:51:00 +0000 (+0000)
Subject: Add rpluem's suggested warning against of loss of logging data on a crash.
X-Git-Tag: 2.3.11~254
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85935abb610b385f3b9a8c55faff7db0e27b5f48;p=apache

Add rpluem's suggested warning against of loss of logging data on a crash.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1056693 13f79535-47bb-0310-9956-ffa450edef68
---

diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml
index b57e97539a..17e49aca86 100644
--- a/docs/manual/mod/mod_log_config.xml
+++ b/docs/manual/mod/mod_log_config.xml
@@ -345,6 +345,9 @@
     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 should be used with caution as a crash might
+    cause loss of logging data.</note>
 </usage>
 </directivesynopsis>