关闭不需要的日志打印

pull/22/head
rays 2021-07-09 16:44:09 +08:00
parent 232a09958a
commit 8c6dfb504c
1 changed files with 0 additions and 1 deletions

View File

@ -244,7 +244,6 @@ public class RequestApiLogRecordAop implements Ordered {
if (log.isDebugEnabled()) { if (log.isDebugEnabled()) {
e.printStackTrace(); e.printStackTrace();
} }
log.error(e.getMessage());
// 有异常则不显示参数名称直接返回参数 // 有异常则不显示参数名称直接返回参数
for (int i = 0; i < args.length; i++) { for (int i = 0; i < args.length; i++) {