change info to debug on a chatty log line

This commit is contained in:
Andre Medeiros 2021-10-17 11:56:23 -04:00
parent 6f2c956082
commit 7d41c4ae3a

View file

@ -189,7 +189,7 @@ func (snc *stuckNotificationsConsumer) Consume(delivery rmq.Delivery) {
if kind != "t4" { if kind != "t4" {
snc.logger.WithFields(logrus.Fields{ snc.logger.WithFields(logrus.Fields{
"account#username": account.NormalizedUsername(), "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() things, err = rac.MessageInbox()
if err != nil { if err != nil {