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

@@ -39,7 +39,7 @@ func NewKeyCronService(
// Start begins the cron job execution.
func (s *KeyCronService) Start() {
logrus.Info("Starting KeyCronService...")
logrus.Debug("Starting KeyCronService...")
s.wg.Add(1)
go s.runLoop()
}