From ca08e456308515e987744713e674fbb1b030ccc6 Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Thu, 27 Oct 2022 09:51:23 -0400 Subject: [PATCH] bring back logging --- internal/worker/live_activities.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/worker/live_activities.go b/internal/worker/live_activities.go index b329211..40b13b9 100644 --- a/internal/worker/live_activities.go +++ b/internal/worker/live_activities.go @@ -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), )