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

Update SentinelSCGAutoConfiguration.java
pull/1116/head
631359746 5 years ago committed by GitHub
commit 80300b9a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save