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.
13 lines
402 B
13 lines
402 B
<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{5} - %msg%n</pattern> |
|
</encoder> |
|
</appender> |
|
|
|
<root level="info"> |
|
<appender-ref ref="STDOUT" /> |
|
</root> |
|
</configuration> |