From 62796df6de85d5a03d0f3ef2050f72ef524fab4b Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Sun, 17 Oct 2021 10:20:07 -0400 Subject: [PATCH] fix logging --- internal/worker/stuck_notifications.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {