From: Erik Abele
Date: Tue, 14 Oct 2003 00:29:04 +0000 (+0000)
Subject: Add a note about the special handling of log messages with a level of
X-Git-Tag: pre_ajp_proxy~1109
X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4196677730c11171120bea6ff74c50a2ae87b37b;p=thirdparty%2Fapache%2Fhttpd.git
Add a note about the special handling of log messages with a level of
'Notice'. Fixes PR#23724. German version included ;)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101442 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de
index c48db55cf9a..c275c9106ae 100644
--- a/docs/manual/mod/core.html.de
+++ b/docs/manual/mod/core.html.de
@@ -2130,6 +2130,13 @@ regul
LogLevel notice
+ Hinweis
+
Beim Protokollieren in eine reguläre Datei können
+ Nachrichten des Levels notice nicht unterdrückt
+ werden und werden daher immer protokolliert. Dies trifft allerdings
+ nicht zu wenn mittels syslog protokolliert wird.
+
+
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index 28c116bab0d..87775e6faf8 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -2009,6 +2009,13 @@ matching URLs
LogLevel notice
+ Note
+
When logging to a regular file messages of the level
+ notice cannot be suppressed and thus are always
+ logged. However, this doesn't apply when logging is done
+ using syslog.
+
+

diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 4e971a9745c..587094e0adb 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1970,6 +1970,13 @@ matching URLs
LogLevel notice
+
+
Note
+ When logging to a regular file messages of the level
+ notice cannot be suppressed and thus are always
+ logged. However, this doesn't apply when logging is done
+ using syslog.
+
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de
index 2e0bf990bb4..5f2fb283776 100644
--- a/docs/manual/mod/core.xml.de
+++ b/docs/manual/mod/core.xml.de
@@ -2086,6 +2086,13 @@ reguläre Ausdrücke passen
LogLevel notice
+
+
Hinweis
+ Beim Protokollieren in eine reguläre Datei können
+ Nachrichten des Levels notice nicht unterdrückt
+ werden und werden daher immer protokolliert. Dies trifft allerdings
+ nicht zu wenn mittels syslog protokolliert wird.
+