diff --git a/internal/worker/stuck_notifications.go b/internal/worker/stuck_notifications.go index c54dc5f..cd88fb7 100644 --- a/internal/worker/stuck_notifications.go +++ b/internal/worker/stuck_notifications.go @@ -189,7 +189,7 @@ func (snc *stuckNotificationsConsumer) Consume(delivery rmq.Delivery) { if kind != "t4" { snc.logger.WithFields(logrus.Fields{ "account#username": account.NormalizedUsername(), - }).Info("getting message inbox to determine last good thing") + }).Debug("getting message inbox to determine last good thing") things, err = rac.MessageInbox() if err != nil {