mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-10 22:17:44 +00:00
fix logging
This commit is contained in:
parent
f5d2fe5e81
commit
62796df6de
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue