Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Jan 24, 2024
1 parent 07a70ee commit 7f9766d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/connectors/eventhub/hubmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (m *EventHubManager) CreateEventDataBatch(ctx context.Context, destination
if err != nil {
return nil, err
}
slog.Info("creating event data batch", slog.Any("destination", destination.PartitionKeyValue))

opts := &azeventhubs.EventDataBatchOptions{
// We want to route same hashed partition value
// to same partition.
Expand Down

0 comments on commit 7f9766d

Please sign in to comment.