@@ -76,6 +76,10 @@ management:
health:
show-details: ALWAYS
-feign:
- hystrix:
- enabled: true
+ribbon:
+ ReadTimeout: 60000
+ ConnectTimeout: 60000
+
+logging:
+ level:
+ com.ym.mec.auth.api.client.SysUserFeignService: DEBUG