]> granicus.if.org Git - apache/commit
In ErrorLogFormat, make it possible to log an item only if the loglevel
authorStefan Fritsch <sf@apache.org>
Sun, 26 Sep 2010 07:40:15 +0000 (07:40 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 26 Sep 2010 07:40:15 +0000 (07:40 +0000)
commit107c5573e1521c90a3e735ea72b971e54f87e939
tree5a2687a40cbdef981a354ac80a55c1c8a13f0f2c
parent3fae51515185b50d80359347209b0f8f9bc4f208
In ErrorLogFormat, make it possible to log an item only if the loglevel
of the message is higher than a specified value. This allows to achive
the old behaviour for the source file name/line number of being only
logged for debug and higher.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1001381 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/core.xml
include/http_core.h
server/core.c
server/log.c