Bug 55069 - notice message in error_log even when LogLevel error
Summary: notice message in error_log even when LogLevel error
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Core (show other bugs)
Version: 2.4.4
Hardware: PC Linux
: P2 minor (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: FixedInTrunk
Depends on:
Blocks:
 
Reported: 2013-06-06 20:54 UTC by jan
Modified: 2018-01-16 10:08 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jan 2013-06-06 20:54:48 UTC
[Thu Jun 06 22:50:46 2013] [notice] core.c(1493): [client AH00113: cannot use a full URL in a 401 ErrorDocument directive --- ignoring!

It gets into error_log even when level is set
LogLevel error

It does not show where this erroneous ErrorDocument directive is (http.conf? .htaccess? where?) - it is completly usless message spamming error_log
Comment 1 Eric Covener 2013-06-06 21:19:08 UTC
NOTICE messages always show, per the manual.  I added line number/name in trunk r1490446, but if it doesn't happen during startup, it's  htaccess.
Comment 2 Ben RUBSON 2018-01-15 17:22:36 UTC
Yes, manual says :
"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."

Any reason why ?
server/log.c does not comment about this "limitation".

Thank you !
Comment 3 Ben RUBSON 2018-01-16 10:08:47 UTC
See #62005 as this one is "FixedInTrunk". Thx.