mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
Update SentinelSCGAutoConfiguration.java
correct the log print wrong content
This commit is contained in:
parent
c765fc088d
commit
0519e551ff
@ -120,7 +120,7 @@ public class SentinelSCGAutoConfiguration {
|
||||
"[Sentinel SpringCloudGateway] using AnonymousBlockRequestHandler, responseStatus: "
|
||||
+ fallbackProperties.getResponseStatus()
|
||||
+ ", responseBody: "
|
||||
+ fallbackProperties.getResponseStatus());
|
||||
+ fallbackProperties.getResponseBody());
|
||||
}
|
||||
}
|
||||
String redirectUrl = fallbackProperties.getRedirect();
|
||||
|
Loading…
x
Reference in New Issue
Block a user