]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update ErrorLogFormat CHANGES entry for the full story.
authorYann Ylavic <ylavic@apache.org>
Wed, 15 Mar 2023 10:55:17 +0000 (10:55 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 15 Mar 2023 10:55:17 +0000 (10:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908407 13f79535-47bb-0310-9956-ffa450edef68

changes-entries/errorlogformat.txt

index 4906ae599d1c1006f05ca51ef652a8ea6e020f02..1c2a308cced430635ad9f3d6f4841133e708008b 100644 (file)
@@ -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]