コード例 #1
0
ファイル: zkctl.go プロジェクト: littleyang/vitess
func init() {
	zookeeper.SetLogLevel(zookeeper.LOG_WARN)
}
コード例 #2
0
ファイル: suite_test.go プロジェクト: CowLeo/vitess
func (s *S) SetUpTest(c *C) {
	c.Assert(zk.CountPendingWatches(), Equals, 0,
		Commentf("Test got a dirty watch state before running!"))
	zk.SetLogLevel(logLevel)
}