Mailing List Archive

[Bug 68118] Feature Request: ErrorLogFormat does not log Request_URI/QueryString or Request_Method
https://bz.apache.org/bugzilla/show_bug.cgi?id=68118

--- Comment #1 from Ruediger Pluem <rpluem@apache.org> ---
Have a look at %L in
https://httpd.apache.org/docs/2.4/mod/core.html#errorlogformat and
https://httpd.apache.org/docs/2.4/mod/mod_log_config.html#formats. This allows
you to tag access log entries and error messages with a common unique id and
correlate them.

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 68118] Feature Request: ErrorLogFormat does not log Request_URI/QueryString or Request_Method [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=68118

--- Comment #2 from Richard Yeo <richard_s_yeo@hotmail.com> ---
Thanks for the suggestion.
The L approach is far from ideal for us and probably others.
1. We are upgrading system and will have old and new running in parallel across
server farm.
2. We have existing code which takes apache access logs and parses.
So we would have to modify old and new code to handle L parameter in access
logs and also handle the L parameter not being there.
When investigating issues constantly having to lookup IDs in another file is
not ideal.

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