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:25:33 UTC

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

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

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

commit 6996b9e784809684b3b8cfaad8378c4ccee65a62
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