Commit 35322d82 by shentao

2018/4/27 异常打印增加

parent 275d6f0b
......@@ -50,7 +50,7 @@ public class ES4RedisRunner implements ApplicationRunner {
try {
start.startThread();
} catch (Exception e) {
e.printStackTrace();
log.error("主定时器异常{}{}",e.getMessage(),e.getStackTrace());
}
}
}, 100L, 50 * 1000L);
......
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