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:59 UTC

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

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(-)