mirror of https://github.com/etcd-io/dbtester.git
agent: use "zap" logger for latest etcd
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
75ce1a357e
commit
9c6251428a
|
|
@ -65,6 +65,7 @@ func startEtcd(fs *flags, t *transporterServer) error {
|
|||
"--initial-cluster-token", "mytoken",
|
||||
"--initial-cluster", strings.Join(members, ","),
|
||||
"--initial-cluster-state", "new",
|
||||
"--logger", "zap",
|
||||
}
|
||||
|
||||
case dbtesterpb.DatabaseID_etcd__v3_2:
|
||||
|
|
|
|||
Loading…
Reference in New Issue