Merge "included the nodetype in the congruence check. also handled the condition...
[controller.git] / opendaylight / md-sal / samples / toaster-it / src / test / resources / logback.xml
1 <configuration scan="true">
2
3   <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
4     <encoder>
5       <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
6       </pattern>
7     </encoder>
8   </appender>
9
10
11   <logger name="org.opendaylight.yangtools.yang.parser" level="ERROR"/>
12
13   <root level="debug">
14     <appender-ref ref="STDOUT" />
15   </root>
16 </configuration>