modify processRequestLog
This commit is contained in:
parent
8e66c3ea4f
commit
86187b1120
@ -85,8 +85,6 @@ public class RequestLogHandlerInterceptor implements HandlerInterceptor, WebMvcC
|
||||
}
|
||||
log.info("requestUrl:{}", requestUrl);
|
||||
|
||||
} catch (IOException ioException) {
|
||||
log.warn("打印参数失败[requestUrl:{}]", requestUrl, ioException);
|
||||
} catch (Exception exception) {
|
||||
log.warn("打印参数失败[requestUrl:{}]", requestUrl, exception);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user