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

This commit is contained in:
zhansihu 2024-01-16 18:07:26 +08:00
commit d7476a9f5f

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);