On Thu, 15 Jul 2010, Chris Darroch wrote:
Stefan Fritsch wrote:
Because it's way too verbose in configurations where several Require
directives are in a <RequireAny> block. In this case every Require that
does not match would produce an ERROR-level log message, even if the
request is finally allowed by a later Require directive. I would be ok with
level INFO, too, but like DEBUG better. And people who need the info can
still set "Loglevel authz_core:debug".
Might this fix PR 46214? (That would be a nice bonus.)
https://issues.apache.org/bugzilla/show_bug.cgi?id=46214
Reading the bug, I think the wording of the log message also needs
improvement. But changing the loglevel was one part of the fix for PR
46214.