blob: b3feef90ef040113e546679d8af01687c27dfe61 [file] [log] [blame]
Pamela Dragosh7bfe2222018-04-16 09:40:04 -04001<!--
2 ============LICENSE_START=======================================================
3 ONAP
4 ================================================================================
5 Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
6 ================================================================================
7 Licensed under the Apache License, Version 2.0 (the "License");
8 you may not use this file except in compliance with the License.
9 You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18 ============LICENSE_END=========================================================
19 -->
Jorge Hernandez8f61e182017-06-22 17:17:28 -050020<configuration>
21
22 <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
23 <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
24 <Pattern>
25 %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36}.%M\(%line\) - %msg%n
26 </Pattern>
27 </encoder>
28 </appender>
Jorge Hernandezd1d749a2017-07-27 10:46:21 -050029
Guo Ruijing6abeb292017-07-28 08:23:01 +000030 <logger name="org.onap.policy.drools.http.server.test" level="INFO"/>
Jorge Hernandez8f61e182017-06-22 17:17:28 -050031
Jorge Hernandez843df4c2017-08-28 13:51:08 -050032 <root level="WARN">
Jorge Hernandez8f61e182017-06-22 17:17:28 -050033 <appender-ref ref="STDOUT"/>
34 </root>
35
36</configuration>