File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/org/apache/logging/log4j/core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626import org .apache .logging .log4j .test .junit .SetTestProperty ;
2727import 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" )
3131class ShutdownDisabledTest {
3232
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments