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:
commit
80300b9a90
@ -120,7 +120,7 @@ public class SentinelSCGAutoConfiguration {
|
|||||||
"[Sentinel SpringCloudGateway] using AnonymousBlockRequestHandler, responseStatus: "
|
"[Sentinel SpringCloudGateway] using AnonymousBlockRequestHandler, responseStatus: "
|
||||||
+ fallbackProperties.getResponseStatus()
|
+ fallbackProperties.getResponseStatus()
|
||||||
+ ", responseBody: "
|
+ ", responseBody: "
|
||||||
+ fallbackProperties.getResponseStatus());
|
+ fallbackProperties.getResponseBody());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
String redirectUrl = fallbackProperties.getRedirect();
|
String redirectUrl = fallbackProperties.getRedirect();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user