新增:增加日志打印
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user