Add collaboration feature
[sdc.git] / openecomp-be / tools / zusammen-tools / src / main / resources / logback.xml
1 <configuration>
2
3
4     <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
5         <!-- encoders are assigned the type
6              ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
7         <encoder>
8             <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
9         </encoder>
10     </appender>
11
12
13
14     <root level="warn">
15         <appender-ref ref="STDOUT"/>
16     </root>
17
18 </configuration>