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