From 70be0f7a073f54474461c22ba8ca943bf8e0373a Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sun, 5 Sep 2010 15:44:19 +0000 Subject: Add ErrorLogFormat directive for configuring the error log format, including additional information that is logged once per connection or request. Add error log IDs for connections and request to allow correlating error log lines and the corresponding access log entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@992806 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_log_config.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/manual/mod/mod_log_config.xml') diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 7761b69edc..7ac233ab83 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -122,6 +122,10 @@ module="mod_ident">IdentityCheck is set On. + %L + The request log ID from the error log (or '-' if nothing has been + logged to the error log for this request) + %m The request method -- cgit v1.2.3