mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
11 lines
346 B
XML
11 lines
346 B
XML
<configuration>
|
|
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
|
|
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
|
|
<pattern>%-5p %d{ISO8601} [%thread] [%c{0}:%L] %m %rEx%n</pattern>
|
|
</encoder>
|
|
</appender>
|
|
|
|
<root level="ERROR">
|
|
<appender-ref ref="CONSOLE" />
|
|
</root>
|
|
</configuration> |