diff options
author | Daniel Earl Poirier <poirier@apache.org> | 2011-04-22 17:30:56 +0200 |
---|---|---|
committer | Daniel Earl Poirier <poirier@apache.org> | 2011-04-22 17:30:56 +0200 |
commit | af8b442298ed88dc9b1c7bada133c9b97c359b55 (patch) | |
tree | 36b70f139ad2bdf34e991d045731b7f3b740c357 /docs/manual/mod | |
parent | Add example for using %{msec_frac}t. (diff) | |
download | apache2-af8b442298ed88dc9b1c7bada133c9b97c359b55.tar.xz apache2-af8b442298ed88dc9b1c7bada133c9b97c359b55.zip |
update transform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1095949 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r-- | docs/manual/mod/mod_log_config.html.en | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index 0fed75aa0a..c0368a6479 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -292,6 +292,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> + </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> |