From 6345eca61e9a2a0a13be4c3226b53f6b95f2638c Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Mon, 2 May 2005 19:53:14 +0000 Subject: [PATCH] %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 | 2 +- docs/manual/mod/mod_log_config.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/logs.xml b/docs/manual/logs.xml index b811b76a02..4592364269 100644 --- a/docs/manual/logs.xml +++ b/docs/manual/logs.xml @@ -261,7 +261,7 @@ (%t)
- The time that the server finished processing the request. + The time that the request was received. The format is:

diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 769224c2f7..03ab1c6e6f 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -148,7 +148,7 @@ for the last. %...t - Time, in common log format time format (standard english + Time the request was received (standard english format) %...{format}t -- 2.50.1