perf:数据库备份

This commit is contained in:
曾文豪
2023-05-11 17:37:11 +08:00
parent 010e8ee104
commit 0f187d2a6f

View File

@@ -57,7 +57,8 @@ public class DbBackupConfig {
" xargs rm -rf");
LogFactory.get().info(forStr);
} catch (Exception ignore) {
} catch (Exception e) {
LogFactory.get().info(e);
}
}