]> granicus.if.org Git - apache/commitdiff
%t has logged request time for a very long time.
authorJoshua Slive <slive@apache.org>
Mon, 2 May 2005 19:53:14 +0000 (19:53 +0000)
committerJoshua Slive <slive@apache.org>
Mon, 2 May 2005 19:53:14 +0000 (19:53 +0000)
From mod_log_config.c:
    /* ###  I think getting the time again at the end of the request
     * just for logging is dumb.  i know it's "required" for CLF.
     * folks writing log parsing tools don't realise that out of order
     * times have always been possible (consider what happens if one
     * process calculates the time to log, but then there's a context
     * switch before it writes and before that process is run again the
     * log rotation occurs) and they should just fix their tools rather
     * than force the server to pay extra cpu cycles.  if you've got
     * a problem with this, you can set the define.  -djg
     */

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@165671 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/logs.xml
docs/manual/mod/mod_log_config.xml

index b811b76a02f72754d466c85e7eaa408233850aca..4592364269b76b1489498de5540928eff2f45090 100644 (file)
         (<code>%t</code>)</dt>
 
         <dd>
-          The time that the server finished processing the request.
+          The time that the request was received.
           The format is: 
 
           <p class="indent">
index 769224c2f7ee4fa1aaa834139cf7a06b160914eb..03ab1c6e6f243ab17ae7abf04204e55a07671898 100644 (file)
         for the last.</td></tr>
 
     <tr><td><code>%...t</code></td>
-        <td>Time, in common log format time format (standard english
+        <td>Time the request was received (standard english
         format)</td></tr>
 
     <tr><td><code>%...{<var>format</var>}t</code></td>