style: 优化日志格式

This commit is contained in:
2023-11-03 17:11:39 +08:00
parent 0527101950
commit 2dc4e80cc0
6 changed files with 29 additions and 29 deletions

View File

@@ -239,9 +239,9 @@ public abstract class BallAPI {
statement.executeUpdate();
}
}
getLogger().info("正在关闭 redission...");
getLogger().info("正在关闭 redission");
getRedisClient().close();
getLogger().info("已关闭 redission.");
getLogger().info("已关闭 redission");
}
/**