diff options
Diffstat (limited to 'docs/manual/mod/mod_log_config.xml')
-rw-r--r-- | docs/manual/mod/mod_log_config.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index df07a75b1e..14b6d7af5f 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -341,6 +341,14 @@ information when content caching is involved.</p> </note> + <note> + <p>Note: The '^' character at the start of three-character formats + has no significance, but it must be the first character of any newly + added three-character format to avoid potential conflicts with log + formats that use literals adjacent to a format specifier, such as + "%Dus".</p> + </note> + </section> <section id="examples"><title>Examples</title> |