Imp Modules refactored for the readthedocs
[so.git] / adapters / mso-vfc-adapter / src / test / resources / logback-test.xml
1 <!-- ============LICENSE_START======================================================= 
2         ONAP SO ================================================================================ 
3         Copyright (C) 2017 Huawei Intellectual Property. All rights reserved. ================================================================================ 
4         Licensed under the Apache License, Version 2.0 (the "License"); you may not 
5         use this file except in compliance with the License. You may obtain a copy 
6         of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
7         by applicable law or agreed to in writing, software distributed under the 
8         License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
9         OF ANY KIND, either express or implied. See the License for the specific 
10         language governing permissions and limitations under the License. ============LICENSE_END========================================================= -->
11
12 <configuration>
13
14
15         <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
16                 <encoder>
17                         <pattern>%d{MM/dd-HH:mm:ss.SSS}|%X{RequestId}|%X{ServiceInstanceId}|%thread|%X{ServiceName}|%X{InstanceUUID}|%.-5level|%X{AlertSeverity}||%X{ServerIPAddress}|%X{ServerFQDN}|%X{RemoteHost}||%X{Timer}|%msg%n</pattern>
18                 </encoder>
19         </appender>
20
21
22         <logger name="com.att.eelf.audit" level="info" additivity="false">
23                 <appender-ref ref="STDOUT" />
24         </logger>
25
26         <logger name="com.att.eelf.metrics" level="info" additivity="false">
27                 <appender-ref ref="STDOUT" />
28         </logger>
29
30         <logger name="com.att.eelf.error" level="trace" additivity="false">
31                 <appender-ref ref="STDOUT" />
32         </logger>
33
34         <root level="info">
35                 <appender-ref ref="STDOUT" />
36         </root>
37
38
39 </configuration>