Skip to content

Commit 0721bc7

Browse files
committed
Increase logging verbosity in SocketAppenderReconnectTest
1 parent 832cade commit 0721bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

log4j-core-test/src/test/java/org/apache/logging/log4j/core/appender/SocketAppenderReconnectTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)