feat: 优化代码

This commit is contained in:
tbphp
2025-07-11 13:47:36 +08:00
parent e7f0270d82
commit 395d48c3e7
7 changed files with 10 additions and 29 deletions

View File

@@ -30,7 +30,7 @@ func NewLogCleanupService(db *gorm.DB, settingsManager *config.SystemSettingsMan
// Start 启动日志清理服务
func (s *LogCleanupService) Start() {
go s.run()
logrus.Info("Log cleanup service started")
logrus.Debug("Log cleanup service started")
}
// Stop 停止日志清理服务