|
@@ -182,7 +182,7 @@ public class ApiFlowLimitedInterceptor implements HandlerInterceptor {
|
|
|
if (!acquired) {
|
|
|
|
|
|
if (INTERFACE_LOG.isDebugEnabled()) {
|
|
|
- INTERFACE_LOG.debug("[Limited]. ");
|
|
|
+ INTERFACE_LOG.debug("[Limited]. G.");
|
|
|
}
|
|
|
|
|
|
response.setStatus(HttpStatus.SERVICE_UNAVAILABLE.value());
|
|
@@ -216,7 +216,7 @@ public class ApiFlowLimitedInterceptor implements HandlerInterceptor {
|
|
|
if (!acquired) {
|
|
|
|
|
|
if (INTERFACE_LOG.isDebugEnabled()) {
|
|
|
- INTERFACE_LOG.debug("[Limited]. ");
|
|
|
+ INTERFACE_LOG.debug("[Limited]. S. mapping=" + apiInfo.getMapping());
|
|
|
}
|
|
|
|
|
|
response.setStatus(HttpStatus.SERVICE_UNAVAILABLE.value());
|
|
@@ -283,7 +283,7 @@ public class ApiFlowLimitedInterceptor implements HandlerInterceptor {
|
|
|
}
|
|
|
|
|
|
if (INTERFACE_LOG.isDebugEnabled()) {
|
|
|
- INTERFACE_LOG.debug("[Limited]. mapping=" + apiInfo.getMapping());
|
|
|
+ INTERFACE_LOG.debug("[Limited] ER. mapping=" + apiInfo.getMapping());
|
|
|
}
|
|
|
|
|
|
response.setStatus(HttpStatus.SERVICE_UNAVAILABLE.value());
|