You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/01/10 13:22:13 UTC

[logging-log4j2] branch release-2.x updated (acb671d -> bef3c24)

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

ggregory pushed a change to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


    from acb671d  [LOG4J2-3326] Fix parsing filters from Log4j 1.2 properties configuration file (#680)
     new f5ebfcb  [LOG4J2-3326] Fix parsing filters from Log4j 1.2 properties configuration file #680.
     new bef3c24  [LOG4J2-3326] Fix parsing filters from Log4j 1.2 properties configuration file #680.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 log4j-1.2-api/src/test/resources/LOG4J2-3326.properties | 2 +-
 src/changes/changes.xml                                 | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

[logging-log4j2] 01/02: [LOG4J2-3326] Fix parsing filters from Log4j 1.2 properties configuration file #680.

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit f5ebfcb9b2ccd804102af3177fcac2fc1e37eef8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 10 08:21:02 2022 -0500

    [LOG4J2-3326] Fix parsing filters from Log4j 1.2 properties
    configuration file #680.
---
 log4j-1.2-api/src/test/resources/LOG4J2-3326.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-1.2-api/src/test/resources/LOG4J2-3326.properties b/log4j-1.2-api/src/test/resources/LOG4J2-3326.properties
index 8725a14..f0da9a5 100644
--- a/log4j-1.2-api/src/test/resources/LOG4J2-3326.properties
+++ b/log4j-1.2-api/src/test/resources/LOG4J2-3326.properties
@@ -19,4 +19,4 @@ log4j.appender.CUSTOM.filter.1=org.apache.log4j.varia.LevelRangeFilter
 log4j.appender.CUSTOM.filter.1.levelMin=ALL
 log4j.appender.CUSTOM.filter.2=org.apache.log4j.varia.LevelRangeFilter
 
-log4j.rootLogger=trace, CUSTOM
\ No newline at end of file
+log4j.rootLogger=trace, CUSTOM

[logging-log4j2] 02/02: [LOG4J2-3326] Fix parsing filters from Log4j 1.2 properties configuration file #680.

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit bef3c241a290fe83ada78ead1786e259b9577377
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 10 08:21:32 2022 -0500

    [LOG4J2-3326] Fix parsing filters from Log4j 1.2 properties
    configuration file #680.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 202f891..f71da2f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -115,6 +115,9 @@
       <action dev="ggregory" type="fix">
         Log4j 1.2 bridge implements LogManager.getCurrentLoggers() fully.
       </action>
+      <action dev="ggregory" type="fix" issue="LOG4J2-3326" due-to="Benjamin Röhl, Gary Gregory">
+        Fix parsing filters from Log4j 1.2 properties configuration file #680.
+      </action>
       <action dev="ggregory" type="fix">
         JndiManager reverts to 2.17.0 behavior: Read the system property for each call.
       </action>