This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/master by this push:
new 28d943f Don't be so chatty.
28d943f is described below
commit 28d943f902307a895670e7fa2aa8102f061975fa
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 1 08:18:46 2022 -0500
Don't be so chatty.
---
.../java/org/apache/logging/log4j/core/async/QueueFullAbstractTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/log4j-core-test/src/test/java/org/apache/logging/log4j/core/async/QueueFullAbstractTest.java
b/log4j-core-test/src/test/java/org/apache/logging/log4j/core/async/QueueFullAbstractTest.java
index 919335c..b3d54bf 100644
---
a/log4j-core-test/src/test/java/org/apache/logging/log4j/core/async/QueueFullAbstractTest.java
+++
b/log4j-core-test/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 =
Boolean.getBoolean(QueueFullAbstractTest.class.getCanonicalName() + ".TRACE");
+ protected static boolean TRACE =
Boolean.getBoolean(QueueFullAbstractTest.class.getSimpleName() + ".TRACE");
protected BlockingAppender blockingAppender;
protected Unlocker unlocker;