新增:增加日志打印

This commit is contained in:
yangyang01000846
2026-01-24 14:05:13 +08:00
parent 8184dbfa79
commit d4703cdb14

View File

@@ -158,6 +158,7 @@ public class FlowNodeIdUtils {
log.info("创建本地目录: {}", fullLocalPath);
Files.createDirectories(fullLocalPath);
} catch (Exception e) {
log.error("prepareLocalDir error:{}", e.getMessage());
throw new RuntimeException("无法准备本地目录: " + fullLocalPath, e);
}
}