|
@@ -72,11 +72,11 @@ public class AuditLogInterceptor extends HandlerInterceptorAdapter {
|
|
|
String substring = servletPath.substring(servletPath.lastIndexOf("/") + 1).toLowerCase();
|
|
|
if (ignoreLogUrl == null) {
|
|
|
ignoreLogUrl = new ArrayList<>();
|
|
|
- ignoreLogUrl.add("query");
|
|
|
- ignoreLogUrl.add("get");
|
|
|
- ignoreLogUrl.add("find");
|
|
|
- ignoreLogUrl.add("list");
|
|
|
- ignoreLogUrl.add("detail");
|
|
|
+// ignoreLogUrl.add("query");
|
|
|
+// ignoreLogUrl.add("get");
|
|
|
+// ignoreLogUrl.add("find");
|
|
|
+// ignoreLogUrl.add("list");
|
|
|
+// ignoreLogUrl.add("detail");
|
|
|
ignoreLogUrl.add("hasindexerrdata");
|
|
|
ignoreLogUrl.add("newindex");
|
|
|
}
|