refactor: 记录接口调用日志

This commit is contained in:
CaptainB 2021-11-12 14:23:34 +08:00 committed by 刘瑞斌
parent 46d4a455e1
commit 999e6d2552
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@ public class WebLogAspect {
Handler h = handler.get();
StringBuilder sb = new StringBuilder()
.append(h.getMethod()).append(" ")
.append("URL: ")
.append(h.getMethod()).append(": ")
.append(h.getUrl()).append(" ")
.append("TIME: ")
.append((System.currentTimeMillis() - h.getStartTime())).append("ms ");