Removed excessive logging

This commit is contained in:
Ev Kontsevoy 2016-09-12 22:53:07 -07:00
parent bbc6103746
commit fae9ebf0f5

View file

@ -315,7 +315,7 @@ func (a *Agent) runHeartbeat(conn *ssh.Client) {
// when this happens, this is #1 issue we have right now with Teleport. So I'm making
// it EASY to see in the logs. This condition should never be permanent (like repeates
// every XX seconds)
log.Errorf("------------------------> %v", err)
log.Warn(err)
if err != nil || conn == nil {
select {