Skip to content

Commit 14fecbd

Browse files
committed
Add info log on features received from auth server
1 parent 2992dd4 commit 14fecbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: lib/service/connect.go

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ func (process *TeleportProcess) reconnectToAuthService(role teleport.Role) (*Con
5858
pingResponse, err := connector.Client.Ping(process.ExitContext())
5959
if err == nil {
6060
process.setClusterFeatures(pingResponse.GetServerFeatures())
61+
process.log.Infof("%v: features loaded from auth server: %+v", role, pingResponse.GetServerFeatures())
6162
return connector, nil
6263
}
6364
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

Comments
 (0)