Merge remote-tracking branch 'origin/master' into dev

This commit is contained in:
zhansihu 2024-01-16 18:06:33 +08:00
commit c3581e9e80

View File

@ -83,6 +83,8 @@ public class RequestLogHandlerInterceptor implements HandlerInterceptor, WebMvcC
JSON.toJSONString(request.getParameterMap()),
isJson ? JSON.toJSONString(JSONUtil.toBean(body, Map.class)) : body);
return;
} else {
log.warn("request body too long, ignore print");
}
log.info("requestUrl:{}", requestUrl);