You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
400 B
14 lines
400 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Configuration status="DEBUG">
|
|
<Appenders>
|
|
<Console name="Console" target="SYSTEM_ERR">
|
|
<PatternLayout pattern="%d{YYYY-MM-dd HH:mm:ss} [%t] %-5p %c{1}:%L - %msg%n" />
|
|
</Console>
|
|
</Appenders>
|
|
<Loggers>
|
|
<Root level="DEBUG">
|
|
<AppenderRef ref="Console" />
|
|
</Root>
|
|
</Loggers>
|
|
</Configuration>
|