From 086a26b235728d8eb0866dee3859c7ea8c98ef1b Mon Sep 17 00:00:00 2001 From: Daniel Earl Poirier Date: Fri, 22 Apr 2011 15:30:43 +0000 Subject: [PATCH] Add example for using %{msec_frac}t. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1095948 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_log_config.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 2ebb85ba93..311c7cd7fe 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -317,6 +317,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"
+ +
+ -- 2.40.0