REQ-2405: 添加日志
This commit is contained in:
parent
985bde1a65
commit
839dd66672
@ -61,7 +61,7 @@ public class MnsLimiter {
|
||||
props.getVerifyCodeLimitWindowMinutes(), limitCount);
|
||||
}
|
||||
if (alreadySendCount + 1 > limitCount) {
|
||||
log.warn("{}, request={}", error, request);
|
||||
log.warn("mns rate limited, {}, request={}", error, request);
|
||||
throw new ServiceException(ReturnCodeEnum.FAIL.getCode(), error);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user