Pamela Dragosh | 7bfe222 | 2018-04-16 09:40:04 -0400 | [diff] [blame] | 1 | <!-- |
| 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 Hernandez | 8f61e18 | 2017-06-22 17:17:28 -0500 | [diff] [blame] | 20 | <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 Hernandez | d1d749a | 2017-07-27 10:46:21 -0500 | [diff] [blame] | 29 | |
Guo Ruijing | 6abeb29 | 2017-07-28 08:23:01 +0000 | [diff] [blame] | 30 | <logger name="org.onap.policy.drools.http.server.test" level="INFO"/> |
Jorge Hernandez | 8f61e18 | 2017-06-22 17:17:28 -0500 | [diff] [blame] | 31 | |
Jorge Hernandez | 843df4c | 2017-08-28 13:51:08 -0500 | [diff] [blame] | 32 | <root level="WARN"> |
Jorge Hernandez | 8f61e18 | 2017-06-22 17:17:28 -0500 | [diff] [blame] | 33 | <appender-ref ref="STDOUT"/> |
| 34 | </root> |
| 35 | |
| 36 | </configuration> |