mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-10 14:07:45 +00:00
bring back logging
This commit is contained in:
parent
0bee289aa6
commit
ca08e45630
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ func (lac *liveActivitiesConsumer) Consume(delivery rmq.Delivery) {
|
||||||
_ = lac.liveActivityRepo.Delete(ctx, at)
|
_ = lac.liveActivityRepo.Delete(ctx, at)
|
||||||
} else {
|
} else {
|
||||||
_ = lac.statsd.Incr("apns.notification.sent", []string{}, 1)
|
_ = lac.statsd.Incr("apns.notification.sent", []string{}, 1)
|
||||||
lac.logger.Debug("sent notification",
|
lac.logger.Info("sent notification",
|
||||||
zap.String("live_activity#apns_token", at),
|
zap.String("live_activity#apns_token", at),
|
||||||
zap.String("notification#type", ev),
|
zap.String("notification#type", ev),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue