From c30a3aff9f8f2288fdaa1359e38aca86f9524978 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 30 Nov 2017 10:04:23 -0500 Subject: Dropped unnecessary info log to debug (#7922) --- app/email_batching.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/email_batching.go') diff --git a/app/email_batching.go b/app/email_batching.go index ba26b0f98..70fd7eb40 100644 --- a/app/email_batching.go +++ b/app/email_batching.go @@ -148,7 +148,7 @@ func (job *EmailBatchingJob) checkPendingNotifications(now time.Time, handler fu } else if channelMembers, ok := result.Data.(*model.ChannelMembers); ok { for _, channelMember := range *channelMembers { if channelMember.LastViewedAt >= batchStartTime { - l4g.Info("Deleted notifications for user %s", userId) + l4g.Debug("Deleted notifications for user %s", userId) delete(job.pendingNotifications, userId) break } -- cgit v1.2.3-1-g7c22