From 4196677730c11171120bea6ff74c50a2ae87b37b Mon Sep 17 00:00:00 2001 From: Erik Abele Date: Tue, 14 Oct 2003 00:29:04 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.html.de | 7 +++++++ docs/manual/mod/core.html.en | 7 +++++++ docs/manual/mod/core.xml | 7 +++++++ docs/manual/mod/core.xml.de | 7 +++++++ 4 files changed, 28 insertions(+) diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de index c48db55cf9..c275c9106a 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.

+
+
top

MaxKeepAliveRequests-Direktive

diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 28c116bab0..87775e6faf 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.

+
+
top

MaxKeepAliveRequests Directive

diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 4e971a9745..587094e0ad 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 2e0bf990bb..5f2fb28377 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.

+
-- 2.40.0