modify processRequestLog

This commit is contained in:
jinhaiyang 2024-04-23 15:09:16 +08:00
parent 8e66c3ea4f
commit 86187b1120

View File

@ -85,8 +85,6 @@ public class RequestLogHandlerInterceptor implements HandlerInterceptor, WebMvcC
} }
log.info("requestUrl:{}", requestUrl); log.info("requestUrl:{}", requestUrl);
} catch (IOException ioException) {
log.warn("打印参数失败[requestUrl:{}]", requestUrl, ioException);
} catch (Exception exception) { } catch (Exception exception) {
log.warn("打印参数失败[requestUrl:{}]", requestUrl, exception); log.warn("打印参数失败[requestUrl:{}]", requestUrl, exception);
} }