Commit 8d4a7950 authored by yanzg's avatar yanzg

不记录系统日志

parent 994da7c1
...@@ -56,8 +56,9 @@ public class LogBase implements ThreadNext.Next, InitializingBean { ...@@ -56,8 +56,9 @@ public class LogBase implements ThreadNext.Next, InitializingBean {
*/ */
@Override @Override
public boolean next() throws Exception { public boolean next() throws Exception {
if(true){ if (true) {
cache.clear(); cache.clear();
return true;
} }
while (cache.size() > 0) { while (cache.size() > 0) {
......
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