agent: use "zap" logger for latest etcd

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-05-10 11:03:04 -07:00
parent 75ce1a357e
commit 9c6251428a
1 changed files with 1 additions and 0 deletions

View File

@ -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: