We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a978a commit 44fecf7Copy full SHA for 44fecf7
data/events/alerts.go
@@ -76,6 +76,8 @@ func (c *Consumer) consumeAlertsConfigs(ctx context.Context,
76
if isActivityAndActivityOnly(updatedFields) {
77
lgr.WithField("updatedFields", updatedFields).
78
Debug("alerts config is an activity update, will skip")
79
+ lgr.WithField("message", msg).Debug("marked")
80
+ session.MarkMessage(msg, "")
81
return nil
82
}
83
0 commit comments