Skip to content

Commit

Permalink
add debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
s-urbaniak committed Mar 19, 2024
1 parent 3c1bc77 commit fc5c6a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func connectSPE(ctx context.Context, logger *zap.SugaredLogger, client mongodbat
CloudProviderEndpointID: endpoint.CloudProviderEndpointID,
ProviderName: string(providerName),
}
logger.Debugf("Connecting serverless private endpoint %s", id)
logger.Debugf("Connecting serverless private endpoint %q, cloudProviderEndpointId %q", id, endpoint.CloudProviderEndpointID)
resultPE, _, err := client.Update(ctx, groupID, deploymentName, id, &req)
if err != nil {
logger.Errorf("Failed to connect serverless private endpoint %s: %v", id, err)
Expand Down

0 comments on commit fc5c6a2

Please sign in to comment.