Commit 5463b16d authored by Joshua Slive's avatar Joshua Slive
Browse files

%t has logged request time for a very long time.

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
parent 8c96d5a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@
        (<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">
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@
        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>