Merge pull request #1116 from 631359746/master

correct the log
pull/1120/head
format 5 years ago committed by GitHub
commit 7d60c28a3a
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: "
+ fallbackProperties.getResponseStatus()
+ ", responseBody: "
+ fallbackProperties.getResponseStatus());
+ fallbackProperties.getResponseBody());
}
}
String redirectUrl = fallbackProperties.getRedirect();

Loading…
Cancel
Save