优化日志输出

This commit is contained in:
zhaojun1998
2020-01-20 21:35:41 +08:00
parent f6163c7e19
commit 9715cf922a
9 changed files with 19 additions and 13 deletions

View File

@@ -46,7 +46,7 @@ public class MinIOServiceImpl extends AbstractS3FileService implements FileServi
isInitialized = testConnection();
}
} catch (Exception e) {
log.debug(getStorageTypeEnum().getDescription() + "初始化异常, 已跳过");
log.debug(getStorageTypeEnum().getDescription() + " 初始化异常, 已跳过");
}
}