You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
454 B
XML
17 lines
454 B
XML
![]()
8 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<configuration>
|
||
|
|
||
|
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
||
|
<!-- encoders are assigned the type
|
||
|
ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
|
||
|
<encoder>
|
||
|
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
|
||
|
</encoder>
|
||
|
</appender>
|
||
|
|
||
|
<root level="debug">
|
||
|
<appender-ref ref="STDOUT" />
|
||
|
</root>
|
||
|
|
||
|
</configuration>
|