From 86187b1120d8ff6bcf6fda3a90cf3ee82bdfc67c Mon Sep 17 00:00:00 2001 From: jinhaiyang Date: Tue, 23 Apr 2024 15:09:16 +0800 Subject: [PATCH] modify processRequestLog --- .../cn/axzo/pokonyan/filter/RequestLogHandlerInterceptor.java | 2 -- 1 file changed, 2 deletions(-) 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); }