diff options
author | Stefan Fritsch <sf@apache.org> | 2011-06-22 22:22:24 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-06-22 22:22:24 +0200 |
commit | bde65f90cb59c4116e5c86f9573fe414835fd395 (patch) | |
tree | 02f66e4eb22e4236a05eb3875ecba4834307baa8 /docs/manual/mod | |
parent | Fix build with recent apr_crypto API change (diff) | |
download | apache2-bde65f90cb59c4116e5c86f9573fe414835fd395.tar.xz apache2-bde65f90cb59c4116e5c86f9573fe414835fd395.zip |
Add support to ErrorLogFormat for logging the system unique
thread id under Linux
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1138616 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r-- | docs/manual/mod/core.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 271bb20121..67e0c8d7cf 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1322,6 +1322,10 @@ in case of an error</description> <tr><td><code>%...T</code></td> <td>Thread ID of current thread</td></tr> + <tr><td><code>%...{g}T</code></td> + <td>System unique thread ID of current thread (the same ID as + displayed by e.g. <code>top</code>; currently Linux only)</td></tr> + <tr><td><code>%...t</code></td> <td>The current time</td></tr> |