Enable checkstyle on yang-data-codec-gson
[yangtools.git] / websocket / websocket-client / src / test / resources / logback.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <configuration scan="true">
11
12     <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
13         <encoder>
14             <pattern>%date{"yyyy-MM-dd HH:mm:ss.SSS z"} [%thread] %-5level %logger{36} - %msg%n</pattern>
15         </encoder>
16     </appender>
17
18   <logger name="org.opendaylight.controller" level="DEBUG"/>
19
20   <root level="error">
21     <appender-ref ref="STDOUT" />
22   </root>
23
24 </configuration>