Skip to content

Commit

Permalink
fix(hatchery): remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
fsamin authored Mar 16, 2022
1 parent 322e5ed commit 1698e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/hatchery/vsphere/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func (h *HatcheryVSphere) newGovmomiClient(ctx context.Context) (*govmomi.Client
return nil, sdk.WrapError(err, "cannot parse url")
}

log.Info(ctx, "initializing connection to %v...", u)
log.Info(ctx, "initializing connection to https://%v", h.Config.VSphereEndpoint)

// Connect and log in to ESX or vCenter
return govmomi.NewClient(ctx, u, false)
Expand Down

0 comments on commit 1698e23

Please sign in to comment.