From af8b442298ed88dc9b1c7bada133c9b97c359b55 Mon Sep 17 00:00:00 2001 From: Daniel Earl Poirier Date: Fri, 22 Apr 2011 15:30:56 +0000 Subject: [PATCH] update transform git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1095949 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_log_config.html.en | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index 0fed75aa0a..c0368a6479 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
-- 2.50.1