Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 5dd6fd7

Browse files
committed
暂时注释掉报错代码
1 parent 27e523d commit 5dd6fd7

File tree

1 file changed

+3
-3
lines changed
  • src/main/java/org/suren/autotest/web/framework/log

1 file changed

+3
-3
lines changed

src/main/java/org/suren/autotest/web/framework/log/InfoLog.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ public Object searchLog(ProceedingJoinPoint joinPoint) throws Throwable
6161
long endTime = System.currentTimeMillis();
6262
long cost = endTime - beginTime;
6363

64-
ExceptionRecord exceptionRecord = new SearchRecord(cost);
65-
exceptionRecord.setMessage(joinPoint.getSignature().toLongString());
66-
recordReportWriter.write(exceptionRecord);
64+
// ExceptionRecord exceptionRecord = new SearchRecord(cost);
65+
// exceptionRecord.setMessage(joinPoint.getSignature().toLongString());
66+
// recordReportWriter.write(exceptionRecord);
6767

6868
return res;
6969
}

0 commit comments

Comments
 (0)