@@ -89,6 +89,12 @@
<groupId>io.github.openfeign</groupId>
<artifactId>feign-okhttp</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.squareup.okio</groupId>
+ <artifactId>okio</artifactId>
+ <version>1.11.0</version>
+ </dependency>
+
</dependencies>
</project>
@@ -26,7 +26,7 @@ public class FeignConfiguration {
if (SystemLogDto.getLogSwatch()) {
return Logger.Level.FULL;
} else {
- return Logger.Level.BASIC;
+ return Logger.Level.NONE;
}