Commit 4149da67 by 罗志长

去除日志

parent 14be8b10
......@@ -33,8 +33,8 @@ public class LogRunnableWrapper implements Runnable {
CostTimeUtil.execute(task, (e, c) -> {
logger.error(e.getMessage(), e);//这里可以不打印 重新丢出
}, c -> {
logger.info("async end");
logger.info("耗时:{} ms", c);
// logger.info("async end");
// logger.info("耗时:{} ms", c);
});
}
......
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 sign in to comment