提交 a4583e57 编写于 作者: 智布道's avatar 智布道 👁

🔊 更新日志输出内容

上级 a21ee524
......@@ -36,7 +36,7 @@ public class BraumIntercepter implements HandlerInterceptor {
if(br.getCode() == SUCCESS) {
return true;
}
String errorMsg = String.format("第%s次被限制!", br.getLimitCount());
String errorMsg = String.format("[%s] | %s | 第%s次被限制!", RequestUtil.getIp(), RequestUtil.getUa(), br.getLimitCount());
log.warn(errorMsg);
if(RequestUtil.isAjax(request)) {
response.setCharacterEncoding("UTF-8");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册