mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
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
This commit is contained in:
@ -317,6 +317,16 @@
|
|||||||
<dt>Agent (Browser) log format</dt>
|
<dt>Agent (Browser) log format</dt>
|
||||||
<dd><code>"%{User-agent}i"</code></dd>
|
<dd><code>"%{User-agent}i"</code></dd>
|
||||||
</dl>
|
</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>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user