]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
%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)
commit6345eca61e9a2a0a13be4c3226b53f6b95f2638c
tree2a9a133c719151f10c482d9e14453d6026a5a220
parente9cac1b9d468f9d1712dc2714702f90a2853084b
%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
docs/manual/logs.xml
docs/manual/mod/mod_log_config.xml