You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by po...@apache.org on 2011/04/22 17:30:44 UTC

svn commit: r1095948 - /httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml

Author: poirier
Date: Fri Apr 22 15:30:43 2011
New Revision: 1095948

URL: http://svn.apache.org/viewvc?rev=1095948&view=rev
Log:
Add example for using %{msec_frac}t.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml?rev=1095948&r1=1095947&r2=1095948&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml Fri Apr 22 15:30:43 2011
@@ -317,6 +317,16 @@
         <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>