File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
log4j-core-test/src/test/java/org/apache/logging/log4j/core/appender Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ private static void verifyLoggingSuccess(
344344 throws Exception {
345345
346346 // Report status
347- StatusLogger .getLogger ().trace ("[{}] verifying logging success" , CLASS_NAME );
347+ StatusLogger .getLogger ().debug ("[{}] verifying logging success" , CLASS_NAME );
348348
349349 // Create messages to log
350350 final int messageCount = 2 ;
@@ -388,7 +388,7 @@ private static void verifyLoggingFailure(
388388 final LoggerContext loggerContext , final BufferingErrorHandler errorHandler ) {
389389
390390 // Report status
391- StatusLogger .getLogger ().trace ("[{}] verifying logging failure" , CLASS_NAME );
391+ StatusLogger .getLogger ().debug ("[{}] verifying logging failure" , CLASS_NAME );
392392
393393 // Verify the configuration
394394 final Logger logger = loggerContext .getRootLogger ();
You can’t perform that action at this time.
0 commit comments