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 2020/07/16 20:41:50 UTC

[logging-log4j2] branch master updated (7b5aaa8 -> d40bb6d)

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 7b5aaa8  #335 Add nullEventDelimiterEnabled flag.
     add d3198f7  LOG4J2-2895: Async logging avoids blocking on Log4jThreads
     add ef28204  LOG4J2-2837: Disruptor and JUL no longer recursively start the AsyncLoggerDisruptor
     add d40bb6d  LOG4J2-2867: RingBufferLogEventTranslator uses a static ContextDataInjector

No new revisions were added by this update.

Summary of changes:
 .../core/async/AsyncLoggerConfigDisruptor.java     |  8 +++-
 .../log4j/core/async/AsyncLoggerDisruptor.java     | 13 ++++++-
 .../core/async/DefaultAsyncQueueFullPolicy.java    |  9 ++++-
 .../core/async/RingBufferLogEventTranslator.java   |  4 +-
 log4j-jul/pom.xml                                  |  6 +++
 .../logging/log4j/jul/AsyncLoggerThreadsTest.java  | 45 +++++++++++-----------
 src/changes/changes.xml                            | 11 ++++++
 7 files changed, 68 insertions(+), 28 deletions(-)
 copy log4j-core/src/test/java/org/apache/logging/log4j/core/async/AsyncLoggerUseAfterShutdownTest.java => log4j-jul/src/test/java/org/apache/logging/log4j/jul/AsyncLoggerThreadsTest.java (56%)