summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_log_config.xml
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-09-05 17:44:19 +0200
committerStefan Fritsch <sf@apache.org>2010-09-05 17:44:19 +0200
commit70be0f7a073f54474461c22ba8ca943bf8e0373a (patch)
tree31e5ab8cead4815d8f6faf3c4d355eb713bb6ec0 /docs/manual/mod/mod_log_config.xml
parentDisable sendfile by default, as discussed at (diff)
downloadapache2-70be0f7a073f54474461c22ba8ca943bf8e0373a.tar.xz
apache2-70be0f7a073f54474461c22ba8ca943bf8e0373a.zip
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
Diffstat (limited to 'docs/manual/mod/mod_log_config.xml')
-rw-r--r--docs/manual/mod/mod_log_config.xml4
1 files changed, 4 insertions, 0 deletions
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</directive> is set
<code>On</code>.</td></tr>
+ <tr><td><code>%L</code></td>
+ <td>The request log ID from the error log (or '-' if nothing has been
+ logged to the error log for this request)</td></tr>
+
<tr><td><code>%m</code></td>
<td>The request method</td></tr>