我的版本:

只打印所有feignCliet接口请求失败的错误日志,方便排查原因
见源码: com.netflix.hystrix.AbstractCommand
配置局部日志级别即可
logging:
level:
com.netflix.hystrix.AbstractCommand: debug
日志效果


见源码: com.netflix.hystrix.AbstractCommand
logging:
level:
com.netflix.hystrix.AbstractCommand: debug
