Skip to content

Commit 9d4f182

Browse files
committed
Merge remote-tracking branch 'origin/bugfix/issue-2614' into bugfix/issue-2614
2 parents ecf8b88 + 0be6b19 commit 9d4f182

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

log4j-core-test/src/test/resources/log4j-test3.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<Configuration status="DEBUG" name="XMLConfigTest" monitorInterval="5" shutdownHook="disable">
18+
<Configuration status="OFF" name="XMLConfigTest" monitorInterval="5" shutdownHook="disable">
1919
<Appenders>
2020
<Console name="STDOUT">
2121
<PatternLayout pattern="%m MDC%X%n"/>

0 commit comments

Comments
 (0)