From 1a5f919bb9fed61c2e94f28bc5c04b042476cbc9 Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Wed, 26 Oct 2022 22:58:59 -0400 Subject: [PATCH] easy with the 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 eb7c448..d2ea111 100644 --- a/internal/worker/live_activities.go +++ b/internal/worker/live_activities.go @@ -315,7 +315,7 @@ func (lac *liveActivitiesConsumer) Consume(delivery rmq.Delivery) { _ = lac.liveActivityRepo.Delete(ctx, at) } else { _ = lac.statsd.Incr("apns.notification.sent", []string{}, 1) - lac.logger.Info("sent notification", + lac.logger.Debug("sent notification", zap.String("live_activity#apns_token", at), ) }