Skip to content

Commit 760a567

Browse files
Update notify/jira/jira.go
Co-authored-by: Ethan Hunter <[email protected]> Signed-off-by: Holger Waschke <[email protected]>
1 parent 14e532a commit 760a567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notify/jira/jira.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func (n *Notifier) Notify(ctx context.Context, as ...*types.Alert) (bool, error)
116116
msg += " without " + strings.Join(disabled, " and ")
117117
}
118118

119-
logger.Debug(msg, "issue_key", existingIssue.Key)
119+
logger.Debug(msg, "issue_key", existingIssue.Key, "disabled", disabled)
120120
}
121121

122122
requestBody, err := n.prepareIssueRequestBody(ctx, logger, key.Hash(), tmplTextFunc)

0 commit comments

Comments
 (0)