We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2992dd4 commit 14fecbdCopy full SHA for 14fecbd
lib/service/connect.go
@@ -58,6 +58,7 @@ func (process *TeleportProcess) reconnectToAuthService(role teleport.Role) (*Con
58
pingResponse, err := connector.Client.Ping(process.ExitContext())
59
if err == nil {
60
process.setClusterFeatures(pingResponse.GetServerFeatures())
61
+ process.log.Infof("%v: features loaded from auth server: %+v", role, pingResponse.GetServerFeatures())
62
return connector, nil
63
}
64
process.log.Debugf("Connected client %v failed to execute test call: %v. Node or proxy credentials are out of sync.", role, err)
0 commit comments