modify RequestLog.log logo info
This commit is contained in:
parent
86187b1120
commit
a0419d178a
@ -42,8 +42,8 @@ public class RequestLog {
|
||||
stopWatch.start();
|
||||
Object proceed = joinPoint.proceed();
|
||||
stopWatch.stop();
|
||||
log.info("[response]返回记录:responseParam = {} latency = {}", JSONUtil.toJsonStr(proceed),
|
||||
stopWatch.getTotalTimeMillis());
|
||||
log.info("[response]返回记录: latency = {} responseParam = {}", stopWatch.getTotalTimeMillis(),
|
||||
JSONUtil.toJsonStr(proceed));
|
||||
return proceed;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user