diff --git a/internal/worker/stuck_notifications.go b/internal/worker/stuck_notifications.go index cddc34a..3617a7d 100644 --- a/internal/worker/stuck_notifications.go +++ b/internal/worker/stuck_notifications.go @@ -161,7 +161,7 @@ func (snc *stuckNotificationsConsumer) Consume(delivery rmq.Delivery) { snc.logger.WithFields(logrus.Fields{ "account#username": account.NormalizedUsername(), "thing#id": account.LastMessageID, - }).Debug("thing got deleted, resetting") + }).Info("thing got deleted, resetting") things, err = rac.MessageInbox() if err != nil {