Skip to content

Commit

Permalink
revert logging change in InitEtcdProcessCluster
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Guba <[email protected]>
  • Loading branch information
veshij committed Oct 22, 2022
1 parent b31c333 commit 87add23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/framework/e2e/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func InitEtcdProcessCluster(t testing.TB, cfg *EtcdProcessClusterConfig) (*EtcdP
etcdCfgs := cfg.EtcdAllServerProcessConfigs(t)
epc := &EtcdProcessCluster{
Cfg: cfg,
lg: cfg.Logger,
lg: zaptest.NewLogger(t),
Procs: make([]EtcdProcess, cfg.ClusterSize),
nextSeq: cfg.ClusterSize,
}
Expand Down

0 comments on commit 87add23

Please sign in to comment.