blob: c1932e31e85b0aa1646c67cc796913678a5f8428 [file] [log] [blame]
Michael Landodd603392017-07-12 00:54:52 +03001<configuration>
AviZi280f8012017-06-09 02:39:56 +03002
Michael Landodd603392017-07-12 00:54:52 +03003 <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
4 <!-- encoders are assigned the type
5 ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
AviZi280f8012017-06-09 02:39:56 +03006 <encoder>
Michael Landodd603392017-07-12 00:54:52 +03007 <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
AviZi280f8012017-06-09 02:39:56 +03008 </encoder>
9 </appender>
10
Michael Landodd603392017-07-12 00:54:52 +030011 <root level="warn">
talig8e9c0652017-12-20 14:30:43 +020012 <appender-ref ref="STDOUT" />
AviZi280f8012017-06-09 02:39:56 +030013 </root>
14
Michael Landodd603392017-07-12 00:54:52 +030015</configuration>