Skip to content

Commit 2d3212e

Browse files
committed
add informational log
1 parent cad3ea6 commit 2d3212e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ee/cli/pkg/drift/github_issue.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ type GithubIssueNotification struct {
1313
}
1414

1515
func (ghi GithubIssueNotification) Send(projectName string, plan string) error {
16+
log.Printf("Info: Sending drift notification regarding project: %v", projectName)
1617
title := fmt.Sprintf("Drift detected in project: %v", projectName)
1718
message := fmt.Sprintf(":bangbang: Drift detected in digger project %v details below: \n\n```\n%v\n```", projectName, plan)
1819
existingIssues, err := (*ghi.GithubService).ListIssues()

0 commit comments

Comments
 (0)