Commit bf4f64f8 authored by suhuiguang's avatar suhuiguang

fix(jg):日志打印

1.增加日志打印
parent 22d55049
......@@ -59,6 +59,7 @@ public class DataRefreshListener {
while (true) {
try {
DataRefreshEvent event = queue.take();
log.warn("数据刷新本地消息表,队列积压数量:{}", queue.size());
processEvent(event);
} catch (Exception e) {
log.error(e.getMessage(), e);
......
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