diff --git a/infrastructure.go b/infrastructure.go index bb8b60d07..511202c87 100644 --- a/infrastructure.go +++ b/infrastructure.go @@ -1069,6 +1069,8 @@ func New(config *ConnConfig, ntfnHandlers *NotificationHandlers) (*Client, error return nil, err } } + log.Infof("Established connection to RPC server %s", + config.Host) client := &Client{ config: config,