diff --git a/dongtai-api-gather/dongtai-api-gather-spring-api/src/main/java/io/dongtai/iast/api/gather/spring/convertor/RequestMappingInfoConvertor.java b/dongtai-api-gather/dongtai-api-gather-spring-api/src/main/java/io/dongtai/iast/api/gather/spring/convertor/RequestMappingInfoConvertor.java index e953696a1..27c8894ee 100644 --- a/dongtai-api-gather/dongtai-api-gather-spring-api/src/main/java/io/dongtai/iast/api/gather/spring/convertor/RequestMappingInfoConvertor.java +++ b/dongtai-api-gather/dongtai-api-gather-spring-api/src/main/java/io/dongtai/iast/api/gather/spring/convertor/RequestMappingInfoConvertor.java @@ -60,7 +60,7 @@ private void parsePathPatternsRequestCondition() { }); } } catch (Throwable e) { - DongTaiLog.debug("spring api path.getPathPatternsCondition router exception", e); +// DongTaiLog.debug("spring api path.getPathPatternsCondition router exception", e); } try { @@ -78,7 +78,7 @@ public void accept(String s) { }); } } catch (Throwable e) { - DongTaiLog.debug("spring api path.getPatternsCondition router exception", e); +// DongTaiLog.debug("spring api path.getPatternsCondition router exception", e); } } @@ -144,7 +144,7 @@ public void accept(RequestMethod requestMethod) { } }); } catch (Throwable e) { - DongTaiLog.debug("spring api method router exception", e); +// DongTaiLog.debug("spring api method router exception", e); } } @@ -210,7 +210,7 @@ public void accept(NameValueExpression stringNameValueExpression) { }); return parameterList; } catch (Throwable e) { - DongTaiLog.debug("spring api parameters router exception: {}", e.getMessage()); +// DongTaiLog.debug("spring api parameters router exception: {}", e.getMessage()); } return Collections.emptyList(); } @@ -242,7 +242,7 @@ public void accept(NameValueExpression stringNameValueExpression) { }); return headerParameterList; } catch (Throwable e) { - DongTaiLog.debug("spring api headers router exception: {}", e.getMessage()); +// DongTaiLog.debug("spring api headers router exception: {}", e.getMessage()); } return Collections.emptyList(); }