From: Erik Abele
Date: Tue, 14 Oct 2003 00:29:51 +0000 (+0000)
Subject: Add a note about the special handling of log messages with a level of
X-Git-Tag: 2.0.48~13
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78a4756b9d175b3ea05e97ffc4fac975170462db;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/branches/APACHE_2_0_BRANCH@101443 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de
index 1342c760a58..37ba7d20489 100644
--- a/docs/manual/mod/core.html.de
+++ b/docs/manual/mod/core.html.de
@@ -2165,6 +2165,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 bf59f9ab53c..d6fd7c71e72 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -2037,6 +2037,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 f88d5ab4f97..709646d4e9c 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1995,6 +1995,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 d47be91b3cf..3e9ea164239 100644
--- a/docs/manual/mod/core.xml.de
+++ b/docs/manual/mod/core.xml.de
@@ -2121,6 +2121,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.
+