mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
reformat event
This commit is contained in:
parent
a5e7417f6e
commit
b20fa0cac9
1 changed files with 2 additions and 1 deletions
|
@ -353,7 +353,8 @@ func (nc *notificationsConsumer) Consume(delivery rmq.Delivery) {
|
|||
}
|
||||
}
|
||||
|
||||
nc.statsd.SimpleEvent("Sent notification", account.Username)
|
||||
ev := fmt.Sprintf("Sent notification to /u/%s", account.Username)
|
||||
nc.statsd.SimpleEvent(ev, "")
|
||||
|
||||
nc.logger.WithFields(logrus.Fields{
|
||||
"accountID": delivery.Payload(),
|
||||
|
|
Loading…
Reference in a new issue