feat - 日志截断
This commit is contained in:
parent
b483c0aa94
commit
6c0a500847
@ -43,7 +43,7 @@ public class RequestLog {
|
||||
Object proceed = joinPoint.proceed();
|
||||
stopWatch.stop();
|
||||
log.info("[response]返回记录: latency = {} responseParam = {}", stopWatch.getTotalTimeMillis(),
|
||||
JSONUtil.toJsonStr(proceed));
|
||||
JSONUtil.toJsonStr(proceed).substring(0,1000));
|
||||
return proceed;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user