ppkarwasz commented on code in PR #2481:
URL: https://github.com/apache/logging-log4j2/pull/2481#discussion_r1570256317
##########
log4j-core-test/src/test/java/org/apache/logging/log4j/core/config/xml/XmlConfigurationPropsTest.java:
##########
@@ -72,9 +72,17 @@ void testNoProps(final Configuration config) {
}
@Test
+ @SetTestProperty(key = StatusLogger.DEFAULT_STATUS_LISTENER_LEVEL, value =
"INFO")
@SetTestProperty(key = Constants.LOG4J_DEFAULT_STATUS_LEVEL, value =
"WARN")
Review Comment:
The test doesn't log anything, it just looks up the level of the fallback
status listener.
As far as these levels are different (and are different from the default
`ERROR`) it should be fine.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]