huaweicloud / spring-cloud-huawei

Spring Cloud Huawei is a framework that makes it easier and productive to develop microservices with Spring Cloud.
https://github.com/huaweicloud/spring-cloud-huawei/wiki
Apache License 2.0
511 stars 221 forks source link

improve access log #897

Closed liubao68 closed 1 year ago

liubao68 commented 2 years ago
  1. upgrade feign
  2. do not log entry access log, just log finish
liubao68 commented 2 years ago

spring cloud not support response interceptor now, add a task to track this

mroccyen commented 2 years ago

目前feign 11.9版本已经支持response interceptor,具体PR:https://github.com/OpenFeign/feign/pull/1634