Commit 4a59d65606ed9fd8e8d2ebbf5a40539f269b2669
1 parent
cf30bb6b
优化存储流程
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/top/panll/assist/config/StartConfig.java
| @@ -226,7 +226,7 @@ public class StartConfig implements CommandLineRunner { | @@ -226,7 +226,7 @@ public class StartConfig implements CommandLineRunner { | ||
| 226 | 226 | ||
| 227 | 227 | ||
| 228 | public void deleteFile(File file) { | 228 | public void deleteFile(File file) { |
| 229 | - logger.warn("[删除文件] {} ", file.getAbsolutePath()); | 229 | + logger.info("[删除文件] {} ", file.getAbsolutePath()); |
| 230 | if (!file.exists()) { | 230 | if (!file.exists()) { |
| 231 | logger.warn("[删除文件] {} 不存在 ", file.getAbsolutePath()); | 231 | logger.warn("[删除文件] {} 不存在 ", file.getAbsolutePath()); |
| 232 | }else { | 232 | }else { |