diff --git a/app/notification.go b/app/notification.go index ad6c52183a..00702ca306 100644 --- a/app/notification.go +++ b/app/notification.go @@ -348,7 +348,7 @@ func (a *App) SendNotifications(post *model.Post, team *model.Team, channel *mod ) } else { // register that a notification was not sent - a.NotificationsLog().Warn("Notification not sent", + a.NotificationsLog().Debug("Notification not sent", mlog.String("ackId", ""), mlog.String("type", model.PUSH_TYPE_MESSAGE), mlog.String("userId", id), @@ -380,7 +380,7 @@ func (a *App) SendNotifications(post *model.Post, team *model.Team, channel *mod ) } else { // register that a notification was not sent - a.NotificationsLog().Warn("Notification not sent", + a.NotificationsLog().Debug("Notification not sent", mlog.String("ackId", ""), mlog.String("type", model.PUSH_TYPE_MESSAGE), mlog.String("userId", id),