rev:修复日志打印报错
This commit is contained in:
@@ -70,7 +70,6 @@ public class WhiteListLogAspect {
|
||||
}
|
||||
} catch (Exception e) {
|
||||
log.error("doAround日志记录异常,异常信息为:", e);
|
||||
throw e;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -170,7 +170,7 @@ es:
|
||||
index: lms_log
|
||||
lucene:
|
||||
index:
|
||||
path: D:\lms\lucene\index
|
||||
path: D:\log\lms\lucene\index
|
||||
management:
|
||||
endpoints:
|
||||
web:
|
||||
|
||||
Reference in New Issue
Block a user