Skip to content

Commit fc1fb47

Browse files
vyppkarwasz
andauthored
Fix the log4j2.isWebapp property naming
Co-authored-by: Piotr P. Karwasz <[email protected]>
1 parent 42fbaaf commit fc1fb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log4j-core-test/src/test/java/org/apache/logging/log4j/core/ShutdownDisabledTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import org.apache.logging.log4j.test.junit.SetTestProperty;
2727
import org.junit.jupiter.api.Test;
2828

29-
@SetTestProperty(key = "log4j2.is.webapp", value = "false")
29+
@SetTestProperty(key = "log4j2.isWebapp", value = "false")
3030
@LoggerContextSource("log4j-test3.xml")
3131
class ShutdownDisabledTest {
3232

0 commit comments

Comments
 (0)