feat: 调整日志

This commit is contained in:
tbphp
2025-07-11 22:12:49 +08:00
parent ce38f6aaa7
commit d430870dc5
2 changed files with 8 additions and 8 deletions

View File

@@ -121,7 +121,7 @@ func (p *KeyProvider) handleSuccess(keyID uint, keyHashKey, activeKeysListKey st
}
if !isActive {
logrus.WithField("keyID", keyID).Info("Key has recovered and is being restored to active pool.")
logrus.WithField("keyID", keyID).Debug("Key has recovered and is being restored to active pool.")
if err := p.store.LRem(activeKeysListKey, 0, keyID); err != nil {
return fmt.Errorf("failed to LRem key before LPush on recovery: %w", err)
}