fix: update EnhancedRequestContext toString method. (#1547)

pull/1554/head
Fishtail 4 months ago committed by GitHub
parent d9d830f67d
commit 12decebe4e
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/1514)
- [feat: support config event.](https://github.com/Tencent/spring-cloud-tencent/pull/1532)
- [feat:support stat and event report with service discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/1533)
- [fix: update EnhancedRequestContext toString method.](https://github.com/Tencent/spring-cloud-tencent/pull/1547)

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

Loading…
Cancel
Save