From 4eb8980e471d98391739e64c92c067e70dfcfd78 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Thu, 21 May 2015 15:08:55 +0000 Subject: [PATCH] Propose correction to new millisecond duration feature in mod_log_config. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1680897 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/STATUS b/STATUS index 771c7dfdb7..e22cef3b14 100644 --- a/STATUS +++ b/STATUS @@ -269,6 +269,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://people.apache.org/~trawick/OCSP-stapling-1679032-1679192-1680276.txt +1: trawick + *) mod_log_config: instead of using the dedicated pattern format "%M" for + duration milliseconds, overload the existing "%D" to choose the time + precision ("%{s}D" for seconds, "%{ms}D" for milliseconds and + "%{us}D" for microseconds). The existing %T and %D without precision + are kept for compatibility. The previously introduced "%M" is removed, + it has not yet been released. + Format pattern characters are rare, so we should only use a new one + if an existing one isn't a good fit. + trunk patch: http://svn.apache.org/r1680895 + 2.4.x patch: http://people.apache.org/~rjung/patches/httpd-2.4.x-mod_log_config-duration_units.patch + (trunk works plus CHANGES) + +1: rjung + PATCHES/ISSUES THAT ARE BEING WORKED -- 2.40.0