Bladeren bron

增加日志

xueyiming 3 weken geleden
bovenliggende
commit
8e6132179e

+ 1 - 0
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/CoreServiceImpl.java

@@ -307,6 +307,7 @@ public class CoreServiceImpl implements CoreService {
                         try {
                             // 超过 5 分钟没有数据,销毁当前线程
                             MatchContent matchContent = matchQueue.poll(5, TimeUnit.MINUTES); // 等待最多 5 分钟
+                            log.info("matchContent={}", matchContent);
                             if (matchContent == null) {
                                 break; // 退出当前线程
                             }