You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2022/01/29 03:19:58 UTC

[logging-log4j2] branch release-2.x updated (d4491eb -> a2ad280)

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

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


    from d4491eb  Fix typos in configuration manual page
     add cb05c27  [LOG4J2-3341] Support logger level and appender refs shorthand
     add fdbdc44  Add docs for LOG4J2-3341
     add 5bef5c6  Add changelog entry for LOG4J2-3341
     new a2ad280  Merge pull request #733 from apache/LOG4J2-3341

The 1 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:
 .../properties/PropertiesConfigurationBuilder.java | 40 ++++++++++++----
 .../properties/PropertiesConfigurationTest.java    | 24 ++++++++++
 .../resources/LoggerLevelAppenderTest.properties   | 14 +++---
 .../RootLoggerLevelAppenderTest.properties         |  6 ++-
 src/changes/changes.xml                            |  3 ++
 src/site/xdoc/manual/configuration.xml.vm          | 54 +++++++++++++++++++---
 6 files changed, 120 insertions(+), 21 deletions(-)
 copy log4j-web/src/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer => log4j-core/src/test/resources/LoggerLevelAppenderTest.properties (73%)
 copy log4j-spring-cloud-config/log4j-spring-cloud-config-client/src/main/resources/META-INF/services/org.apache.logging.log4j.core.util.WatchEventService => log4j-core/src/test/resources/RootLoggerLevelAppenderTest.properties (89%)

[logging-log4j2] 01/01: Merge pull request #733 from apache/LOG4J2-3341

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

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

commit a2ad2807c9bd8fe0a3bc6e30f28c95c2f83972fe
Merge: d4491eb 5bef5c6
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Fri Jan 28 21:19:52 2022 -0600

    Merge pull request #733 from apache/LOG4J2-3341
    
    [LOG4J2-3341] Support logger level and appender refs shorthand

 .../properties/PropertiesConfigurationBuilder.java | 40 ++++++++++++----
 .../properties/PropertiesConfigurationTest.java    | 24 ++++++++++
 .../resources/LoggerLevelAppenderTest.properties   | 24 ++++++++++
 .../RootLoggerLevelAppenderTest.properties         | 21 +++++++++
 src/changes/changes.xml                            |  3 ++
 src/site/xdoc/manual/configuration.xml.vm          | 54 +++++++++++++++++++---
 6 files changed, 152 insertions(+), 14 deletions(-)