abf72d0710
log4j2.xml is still not being seen, though
15 lines
386 B
XML
15 lines
386 B
XML
// verifying/log4j2.xml
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Configuration status="WARN">
|
|
<Appenders>
|
|
<Console name="Console" target="SYSTEM_OUT">
|
|
<PatternLayout pattern="%d{YYYY-MM-dd HH:mm:ss} [%t] %-5p %c{1}:%L - %msg%n" />
|
|
</Console>
|
|
</Appenders>
|
|
<Loggers>
|
|
<Root level="info">
|
|
<AppenderRef ref="Console" />
|
|
</Root>
|
|
</Loggers>
|
|
</Configuration>
|