You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2020/02/15 23:15:46 UTC

[logging-log4j2] branch master updated: LOG4J2-2781 - ServletContainerInitializer was obtaining the StatusLogger too soon.

This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new d2762bd  LOG4J2-2781 - ServletContainerInitializer was obtaining the StatusLogger too soon.
d2762bd is described below

commit d2762bd13f0d9548430fc0c9c6033fb358a97a08
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Feb 15 16:15:31 2020 -0700

    LOG4J2-2781 - ServletContainerInitializer was obtaining the StatusLogger too soon.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a962eed..d9ca34c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -166,6 +166,9 @@
       </action>
     </release>
     <release version="2.13.1" date="2019-MM-DD" description="GA Release 2.13.1">
+      <action issue="LOG4J@-2781" dev="rgiers" type="fix" due-to="qxo">
+        ServletContainerInitializer was obtaining the StatusLogger too soon.
+      </action>
       <action issue="LOG4J2-2703" dev="goers" type="fix" due-to="Volkan Yazici">
         MapMessage.getFormattedMesssage() would incorrectly format objects.
       </action>