Commit 994da7c1 authored by yanzg's avatar yanzg

不记录系统日志

parent 3a48b072
......@@ -56,6 +56,10 @@ public class LogBase implements ThreadNext.Next, InitializingBean {
*/
@Override
public boolean next() throws Exception {
if(true){
cache.clear();
}
while (cache.size() > 0) {
LogVo item = cache.poll();
if (item != null) {
......
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