Commit 43976342 authored by yanzg's avatar yanzg

不记录系统日志

parent fceba00a
......@@ -58,10 +58,10 @@ public class LogBase implements ThreadNext.Next, InitializingBean {
*/
@Override
public boolean next() throws Exception {
// if (true) {
// cache.clear();
// return true;
// }
if (true) {
cache.clear();
return true;
}
if (logFeign == null) {
for (LogFeign log : logFeigns) {
......
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