1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

Merge pull request #1 from 631359746/631359746-patch-sentinel-log

Update SentinelSCGAutoConfiguration.java
This commit is contained in:
631359746
2019-12-06 15:21:52 +08:00
committed by GitHub

View File

@@ -120,7 +120,7 @@ public class SentinelSCGAutoConfiguration {
"[Sentinel SpringCloudGateway] using AnonymousBlockRequestHandler, responseStatus: "
+ fallbackProperties.getResponseStatus()
+ ", responseBody: "
+ fallbackProperties.getResponseStatus());
+ fallbackProperties.getResponseBody());
}
}
String redirectUrl = fallbackProperties.getRedirect();