|
@@ -204,7 +204,7 @@ public class FileUtils {
|
|
try {
|
|
try {
|
|
return FileUtil.readUtf8String(path);
|
|
return FileUtil.readUtf8String(path);
|
|
} catch (IORuntimeException e) {
|
|
} catch (IORuntimeException e) {
|
|
- e.printStackTrace();
|
|
|
|
|
|
+ log.error("读取文件失败,文件不存在:{}", path);
|
|
return null;
|
|
return null;
|
|
}
|
|
}
|
|
}
|
|
}
|