|
@@ -123,7 +123,7 @@ public class DnnCidDataHelper {
|
|
try {
|
|
try {
|
|
// 检查配置文件是否存在
|
|
// 检查配置文件是否存在
|
|
if (!ossClient.doesObjectExist(BUCKET_NAME, modelVersionPath)) {
|
|
if (!ossClient.doesObjectExist(BUCKET_NAME, modelVersionPath)) {
|
|
- log.error("OSS配置文件不存在: {}", modelVersionPath);
|
|
|
|
|
|
+ log.error("modelVersionPath not exist: {}", modelVersionPath);
|
|
return null;
|
|
return null;
|
|
}
|
|
}
|
|
// 获取配置文件内容
|
|
// 获取配置文件内容
|
|
@@ -144,7 +144,7 @@ public class DnnCidDataHelper {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
- log.error("从OSS读取配置文件失败", e);
|
|
|
|
|
|
+ log.error("get modelVersionPath error", e);
|
|
}
|
|
}
|
|
return null;
|
|
return null;
|
|
}
|
|
}
|