mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-10 22:17:44 +00:00
change info to debug on a chatty log line
This commit is contained in:
parent
6f2c956082
commit
7d41c4ae3a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue