浏览代码

title score

ehlxr 1 年之前
父节点
当前提交
98a28232a7
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      etl-core/src/main/java/com/tzld/crawler/etl/service/impl/EtlServiceImpl.java

+ 2 - 1
etl-core/src/main/java/com/tzld/crawler/etl/service/impl/EtlServiceImpl.java

@@ -231,7 +231,8 @@ public class EtlServiceImpl implements EtlService {
         File localFile = new File(localFilePath);
         if (!localFile.exists()) {
             if (!localFile.mkdirs()) {
-                throw new CommonException(ExceptionEnum.SYSTEM_ERROR, "mkdir " + localFilePath + " error!");
+                // throw new CommonException(ExceptionEnum.SYSTEM_ERROR, "mkdir " + localFilePath + " error!");
+                log.warn("mkdir {} failed", localFilePath);
             }
         }