diff options
author | Daniel Earl Poirier <poirier@apache.org> | 2011-04-22 17:30:43 +0200 |
---|---|---|
committer | Daniel Earl Poirier <poirier@apache.org> | 2011-04-22 17:30:43 +0200 |
commit | 086a26b235728d8eb0866dee3859c7ea8c98ef1b (patch) | |
tree | 4be979f264d95270f2ca870e4dca387abb153414 /docs/manual/mod | |
parent | * server/util_pcre.c (ap_regerror): Use passed-in buffer size rather (diff) | |
download | apache2-086a26b235728d8eb0866dee3859c7ea8c98ef1b.tar.xz apache2-086a26b235728d8eb0866dee3859c7ea8c98ef1b.zip |
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
Diffstat (limited to 'docs/manual/mod')
-rw-r--r-- | docs/manual/mod/mod_log_config.xml | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ <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> |