You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ck...@apache.org on 2019/06/17 00:23:09 UTC

[logging-log4j2] branch master updated (ef5ae60 -> 3cfcbd2)

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

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


    from ef5ae60  LOG4J2-2523 - Allow web lookup to access more information
     new 7343fea  LOG4J2-2631: RoutingAppender PurgePolicy implementations don't remove referenced appenders
     new fbd8be9  LOG4J2-2629: Avoid losing log events when the PurgePolicy races a log event
     new 3cfcbd2  Merge pull request #279 from carterkozak/ckozak/LOG4J2-2629

The 10617 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:
 .../core/appender/routing/IdlePurgePolicy.java     |   7 +-
 .../log4j/core/appender/routing/PurgePolicy.java   |   5 +-
 .../core/appender/routing/RoutingAppender.java     | 170 ++++++++++++++++++---
 .../routing/RoutingAppenderWithPurgingTest.java    |  23 ++-
 .../src/test/resources/log4j-routing-purge.xml     |   6 +-
 src/changes/changes.xml                            |   9 ++
 6 files changed, 184 insertions(+), 36 deletions(-)