Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
commit
c3581e9e80
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user