Browse Source

integration: use default logger "capnslog"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
f879c1de33
1 changed files with 3 additions and 0 deletions
  1. 3 0
      integration/cluster.go

+ 3 - 0
integration/cluster.go

@@ -623,6 +623,9 @@ func mustNewMember(t *testing.T, mcfg memberConfig) *member {
 	m.clientMaxCallRecvMsgSize = mcfg.clientMaxCallRecvMsgSize
 	m.useIP = mcfg.useIP
 
+	// TODO: use "zap"
+	m.Logger = "capnslog"
+
 	m.InitialCorruptCheck = true
 
 	return m