File tree 2 files changed +2
-2
lines changed
java/org/apache/logging/log4j/core
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
import org .apache .logging .log4j .test .junit .SetTestProperty ;
27
27
import org .junit .jupiter .api .Test ;
28
28
29
- @ SetTestProperty (key = "log4j2.is.webapp " , value = "false" )
29
+ @ SetTestProperty (key = "log4j2.isWebapp " , value = "false" )
30
30
@ LoggerContextSource ("log4j-test3.xml" )
31
31
class ShutdownDisabledTest {
32
32
Original file line number Diff line number Diff line change 15
15
~ See the License for the specific language governing permissions and
16
16
~ limitations under the License.
17
17
-->
18
- <Configuration status =" DEBUG " name =" XMLConfigTest" monitorInterval =" 5" shutdownHook =" disable" >
18
+ <Configuration status =" OFF " name =" XMLConfigTest" monitorInterval =" 5" shutdownHook =" disable" >
19
19
<Appenders >
20
20
<Console name =" STDOUT" >
21
21
<PatternLayout pattern =" %m MDC%X%n" />
You can’t perform that action at this time.
0 commit comments