Skip to content

Commit

Permalink
changefeedccl: include desc for core changefeeds in structured logs
Browse files Browse the repository at this point in the history
This patch adds the changefeed description to `create_changefeed`
structured log events for core changefeeds.

Release note: None
  • Loading branch information
andyyang890 committed Nov 12, 2024
1 parent f7b7031 commit caca8a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/ccl/changefeedccl/changefeed_stmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,8 @@ func createChangefeedJobRecord(
// changefeed, thus ensuring that no job is created for this changefeed as
// desired.
sinklessRecord := &jobs.Record{
Details: details,
Description: jobDescription,
Details: details,
}
return sinklessRecord, nil
}
Expand Down

0 comments on commit caca8a6

Please sign in to comment.