blob: 2461aed50409e1b903f32a8980a80c55f8b5bd85 [file] [log] [blame]
Avi Ziv61070c92017-07-26 17:37:57 +03001<configuration>
Michael Lando4d97d5f2017-06-17 22:40:44 +03002
talig8e9c0652017-12-20 14:30:43 +02003
Avi Ziv61070c92017-07-26 17:37:57 +03004 <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
5 <!-- encoders are assigned the type
6 ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
Michael Lando4d97d5f2017-06-17 22:40:44 +03007 <encoder>
Avi Ziv61070c92017-07-26 17:37:57 +03008 <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
Michael Lando4d97d5f2017-06-17 22:40:44 +03009 </encoder>
10 </appender>
11
Michael Lando4d97d5f2017-06-17 22:40:44 +030012
13
Avi Ziv61070c92017-07-26 17:37:57 +030014 <root level="warn">
15 <appender-ref ref="STDOUT"/>
Michael Lando4d97d5f2017-06-17 22:40:44 +030016 </root>
17
Avi Ziv61070c92017-07-26 17:37:57 +030018</configuration>