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 01:45:04 UTC

[logging-log4j2] branch LOG4J2-3341 updated (3a8b30c -> cb05c27)

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

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


 discard 3a8b30c  Add debug logging for synthetic appender refs and level
 discard ac4d223  Trim level and appender refs
 discard 6abf6db  Add missing import
 discard 022540e  Update log4j-core/src/main/java/org/apache/logging/log4j/core/config/properties/PropertiesConfigurationBuilder.java
 discard 2cbfa53  Use better test example
 discard 59c1580  Add implicit appender name using property key
 discard 8776e48  [LOG4J2-3341] Support logger level and appender refs shorthand
     add d53b137  Remove redundant interface definitions.
     add d4491eb  Fix typos in configuration manual page
     add cb05c27  [LOG4J2-3341] Support logger level and appender refs shorthand

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3a8b30c)
            \
             N -- N -- N   refs/heads/LOG4J2-3341 (cb05c27)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../logging/log4j/core/layout/PatternLayout.java   |  6 ++---
 src/site/xdoc/manual/configuration.xml.vm          | 28 +++++++++++-----------
 2 files changed, 17 insertions(+), 17 deletions(-)