Commit 41bb1a6e authored by yanzg's avatar yanzg

不记录系统日志

parent e3517dc3
......@@ -227,7 +227,7 @@ public class BaseRequestAspect {
Log.error(cls, resultEx, "%s [ %s ] time %d ms, result: %s", tag, url, time, getMaxString(json));
}
if (isLogDatabase) {
logLocal.result(log, tag, responseResult.getCode(), json);
logLocal.result(log, responseResult.getCode(), json);
}
}
} catch (Exception e) {
......
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