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