From 7d41c4ae3ad2d0b18c7475c04c47aceaf0423e89 Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Sun, 17 Oct 2021 11:56:23 -0400 Subject: [PATCH] change info to debug on a chatty log line --- 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 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 {