fix: update EnhancedRequestContext toString method. (#1548)

pull/1555/head
Fishtail 4 months ago committed by GitHub
parent 4f8194642c
commit ecbc311556
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -13,3 +13,4 @@
- [docs:simplify GitHub Actions.](https://github.com/Tencent/spring-cloud-tencent/pull/1531)
- [feat: support config event.](https://github.com/Tencent/spring-cloud-tencent/pull/1534)
- [feat:support stat and event report with service discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/1536)
- [fix: update EnhancedRequestContext toString method.](https://github.com/Tencent/spring-cloud-tencent/pull/1548)

@ -90,6 +90,7 @@ public class EnhancedRequestContext {
", httpHeaders=" + httpHeaders +
", url=" + url +
", serviceUrl=" + serviceUrl +
", governanceNamespace='" + governanceNamespace + '\'' +
'}';
}

Loading…
Cancel
Save