Parcourir la source

functional/tester: remove unnecessary health check log

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee il y a 7 ans
Parent
commit
53e7621026
1 fichiers modifiés avec 1 ajouts et 5 suppressions
  1. 1 5
      functional/tester/cluster.go

+ 1 - 5
functional/tester/cluster.go

@@ -544,11 +544,7 @@ func (clus *Cluster) WaitHealth() error {
 			)
 			)
 		}
 		}
 		if err == nil {
 		if err == nil {
-			clus.lg.Info(
-				"health check ALL PASS",
-				zap.Int("round", clus.rd),
-				zap.Int("case", clus.cs),
-			)
+			clus.lg.Info("health check ALL PASS")
 			return nil
 			return nil
 		}
 		}
 		time.Sleep(time.Second)
 		time.Sleep(time.Second)