2016-02-09 17:49:24 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2016-02-09 18:18:39 +01:00
|
|
|
<!--
|
|
|
|
|
|
|
|
|
|
Copyright (c) 2015 Bosch Software Innovations GmbH and others.
|
|
|
|
|
|
|
|
|
|
All rights reserved. This program and the accompanying materials
|
|
|
|
|
are made available under the terms of the Eclipse Public License v1.0
|
|
|
|
|
which accompanies this distribution, and is available at
|
|
|
|
|
http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
|
|
|
|
|
|
-->
|
2016-02-09 17:49:24 +01:00
|
|
|
<configuration>
|
2016-06-19 20:43:47 +02:00
|
|
|
<include resource="org/springframework/boot/logging/logback/base.xml" />
|
2016-02-09 17:49:24 +01:00
|
|
|
|
2016-06-19 20:43:47 +02:00
|
|
|
<logger name="feign.Logger" level="debug" />
|
2016-02-09 17:49:24 +01:00
|
|
|
|
2016-07-07 12:39:40 +02:00
|
|
|
<Root level="INFO">
|
|
|
|
|
<appender-ref ref="CONSOLE" />
|
|
|
|
|
</Root>
|
2016-02-09 17:49:24 +01:00
|
|
|
|
|
|
|
|
</configuration>
|