Commit 1b7f9f54 authored by yanzg's avatar yanzg

不记录系统日志

parent 41bb1a6e
......@@ -101,6 +101,9 @@ public class LogLocal implements ThreadNext.Next, InitializingBean {
* @return
*/
public void result(LogVo log, String status, String result) {
if (log == null) {
return;
}
// 日志请求不记录,防止死循环递归
boolean isLog = isLog(log.getActionKey(), log.getActionSubKey());
if (isLog) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment