fix: update EnhancedRequestContext toString method. (#1546)

pull/1556/head
Fishtail 4 months ago committed by GitHub
parent 444cc51b9a
commit 0f6fb0875e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

Loading…
Cancel
Save