From: Daniel Earl Poirier Date: Fri, 22 Apr 2011 15:30:43 +0000 (+0000) Subject: Add example for using %{msec_frac}t. X-Git-Tag: 2.3.12~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=086a26b235728d8eb0866dee3859c7ea8c98ef1b;p=apache 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 --- 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"
+ +
+