Skip to content

Commit

Permalink
chore: clean up subscription provisioning logs (#3527)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e authored Nov 26, 2024
1 parent e6b6694 commit 2471264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/provisioner/dev_provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func provisionSubscription() func(ctx context.Context, rc *provisioner.ResourceC
TopicId: topicID,
ConsumerGroupId: consumerGroupID,
}
logger.Infof("Provisioning subscription: %v", subscription)
logger.Infof("Provisioning subscription: %v", consumerGroupID)
return rc.Resource, nil
}
}
Expand Down

0 comments on commit 2471264

Please sign in to comment.