From: Daniel Earl Poirier Date: Fri, 22 Apr 2011 15:30:56 +0000 (+0000) Subject: update transform X-Git-Tag: 2.3.12~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af8b442298ed88dc9b1c7bada133c9b97c359b55;p=thirdparty%2Fapache%2Fhttpd.git update transform git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1095949 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index 0fed75aa0a0..c0368a64795 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -292,6 +292,16 @@
Agent (Browser) log format
"%{User-agent}i"
+ +

You can use the %{format}t directive multiple + times to build up a time format using the extended format tokens + like msec_frac:

+
+
Timestamp including milliseconds
+
"%{%d/%b/%Y %T}t.%{msec_frac}t %{%z}t"
+ +
+
top