]> granicus.if.org Git - apache/commitdiff
Add example for using %{msec_frac}t.
authorDaniel Earl Poirier <poirier@apache.org>
Fri, 22 Apr 2011 15:30:43 +0000 (15:30 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Fri, 22 Apr 2011 15:30:43 +0000 (15:30 +0000)
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

index 2ebb85ba9332a823b7468cbcdab8ed941272c533..311c7cd7fe01f27ae8b2d98e73876646fd59af28 100644 (file)
         <dt>Agent (Browser) log format</dt>
         <dd><code>"%{User-agent}i"</code></dd>
       </dl>
+
+      <p>You can use the <code>%{format}t</code> directive multiple
+      times to build up a time format using the extended format tokens
+      like <code>msec_frac</code>:</p>
+      <dl>
+<dt>Timestamp including milliseconds</dt>
+<dd><code>"%{%d/%b/%Y %T}t.%{msec_frac}t %{%z}t"</code></dd>
+
+      </dl>
+
     </section>
 </section>