Skip to content

Commit

Permalink
SCP-4091: Fix ccl update destination error (#2952)
Browse files Browse the repository at this point in the history
  • Loading branch information
aadil-kh authored Nov 22, 2024
1 parent f9682cb commit c9c4294
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func (c *customCodeLoggingCommand) update(cmd *cobra.Command, args []string) err
} else {
updateCustomPluginRequest.SetDestinationSettings(cclv1.CclV1CustomCodeLoggingUpdateDestinationSettingsOneOf{
CclV1KafkaDestinationSettings: &cclv1.CclV1KafkaDestinationSettings{
Kind: "Kafka",
LogLevel: cclv1.PtrString(logLevel),
},
})
Expand Down

0 comments on commit c9c4294

Please sign in to comment.