From 538a5b996b157e2054bfdcd513d1d1cc7def42b4 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 17 Jul 2014 14:07:53 +0000 Subject: [PATCH] record for posterity why some 2/3-char formats begin with a funny caret. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611357 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_log_config.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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.

+ +

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".

+
+
Examples -- 2.40.0