There was an error while loading. Please reload this page.
1 parent 69a6b3d commit f4a1385Copy full SHA for f4a1385
1 file changed
cmd/common/forward_service.go
@@ -86,6 +86,7 @@ func FindAvailableGateway(gateways []*pb.Gateway) (*ssh.Client, error) {
86
opts = append(opts, sshclient.WithTimeout(15))
87
proxyClient, err := sshclient.New(opts...)
88
if err == nil {
89
+ logger.Infof("Use gateway %s", gateway.Name)
90
return proxyClient, nil
91
}
92
0 commit comments