You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by bu...@apache.org on 2021/01/06 02:56:41 UTC

[Bug 65060] New: error in ErrorLogFormat description

https://bz.apache.org/bugzilla/show_bug.cgi?id=65060

            Bug ID: 65060
           Summary: error in ErrorLogFormat description
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
          Assignee: docs@httpd.apache.org
          Reporter: calestyo@scientia.net
  Target Milestone: ---

mod/core.html’s description of ErrorLogFormat says:
"The item will only be logged if the severity of the log message is not higher
than the specified log severity level."

and further down in the example's table:

"Logs the Referer only if the log message severity is higher than 4."

Isn't a "not" missing in the later?


Cheers,
Chris.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


[Bug 65060] error in ErrorLogFormat description

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65060

--- Comment #1 from Christoph Anton Mitterer <ca...@scientia.net> ---
I found another error:

The advanced example uses:
ErrorLogFormat connection "[%{uc}t] [C:%{c}L] local\ %a remote\ %A"

However, according to the table above, %a = remote and %A is local, so it
should read:
ErrorLogFormat connection "[%{uc}t] [C:%{c}L] remote\ %a local\ %A"

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


[Bug 65060] error in ErrorLogFormat description

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65060

--- Comment #2 from Rich Bowen <rb...@apache.org> ---
So, there are two fixes mentioned in this ticket.

Patching the remote/local thing.

The other thing - the log severity level mentioned in ErrorLogFormat, I need to
experiment with a bit, because I have now completely confused myself with the
double negative in that sentence. I'll get back to that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org