We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230553f commit b8ff8d4Copy full SHA for b8ff8d4
log4j-core-test/src/test/java/org/apache/logging/log4j/core/config/Configurator1Test.java
@@ -460,7 +460,6 @@ void testRolling() {
460
461
builder.add(builder.newRootLogger(Level.DEBUG).add(builder.newAppenderRef("rolling")));
462
final Configuration config = builder.build();
463
- config.initialize();
464
assertNotNull(config.getAppender("rolling"), "No rolling file appender");
465
assertEquals("RollingBuilder", config.getName(), "Unexpected Configuration");
466
// Initialize the new configuration
0 commit comments