From: Graham Leggett
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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85935abb610b385f3b9a8c55faff7db0e27b5f48;p=thirdparty%2Fapache%2Fhttpd.git
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 b57e97539ab..17e49aca863 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.
+
+ This directive should be used with caution as a crash might
+ cause loss of logging data.