예제 #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)
}