You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/01/01 13:33:41 UTC

[logging-log4j2] branch release-2.x updated: Port from master.

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

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


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 3a1c57c  Port from master.
3a1c57c is described below

commit 3a1c57c95087060ddc72e4519333bac5b058f0d9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 1 08:33:38 2022 -0500

    Port from master.
---
 .../java/org/apache/logging/log4j/core/async/QueueFullAbstractTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/async/QueueFullAbstractTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/async/QueueFullAbstractTest.java
index d52120f..8812160 100644
--- a/log4j-core/src/test/java/org/apache/logging/log4j/core/async/QueueFullAbstractTest.java
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/async/QueueFullAbstractTest.java
@@ -36,7 +36,7 @@ import com.lmax.disruptor.dsl.Disruptor;
  * Tests queue full scenarios abstract superclass.
  */
 public abstract class QueueFullAbstractTest {
-    protected static boolean TRACE = false;
+    protected static boolean TRACE = Boolean.getBoolean(QueueFullAbstractTest.class.getSimpleName() + ".TRACE");
     protected BlockingAppender blockingAppender;
     protected Unlocker unlocker;