bring back logging

This commit is contained in:
Andre Medeiros 2022-10-27 09:51:23 -04:00
parent 0bee289aa6
commit ca08e45630

View file

@ -320,7 +320,7 @@ func (lac *liveActivitiesConsumer) Consume(delivery rmq.Delivery) {
_ = lac.liveActivityRepo.Delete(ctx, at)
} else {
_ = 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("notification#type", ev),
)