From: Yann Ylavic Date: Wed, 15 Mar 2023 10:55:17 +0000 (+0000) Subject: Update ErrorLogFormat CHANGES entry for the full story. X-Git-Tag: 2.5.0-alpha2-ci-test-only~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a34a114dc2ba024b38fd5325bf7558262b3f988;p=thirdparty%2Fapache%2Fhttpd.git Update ErrorLogFormat CHANGES entry for the full story. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908407 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/changes-entries/errorlogformat.txt b/changes-entries/errorlogformat.txt index 4906ae599d1..1c2a308cced 100644 --- a/changes-entries/errorlogformat.txt +++ b/changes-entries/errorlogformat.txt @@ -1,3 +1,4 @@ - *) core: Add formats %{z} and %{strftime-format} to ErrorLogFormat. - PR 62161. [Yann Ylavic] + *) core: Add formats %{z} and %{strftime-format} to ErrorLogFormat, and make + sure that if the format is configured early enough it applies to every log + line. PR 62161. [Yann Ylavic]