diff --git a/src/main/java/cn/axzo/pokonyan/filter/RequestLogHandlerInterceptor.java b/src/main/java/cn/axzo/pokonyan/filter/RequestLogHandlerInterceptor.java index f352640..f9e6e14 100644 --- a/src/main/java/cn/axzo/pokonyan/filter/RequestLogHandlerInterceptor.java +++ b/src/main/java/cn/axzo/pokonyan/filter/RequestLogHandlerInterceptor.java @@ -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); }