@ -8,5 +8,5 @@ import (
type ZkLogger struct{}
func (l *ZkLogger) Printf(format string, a ...interface{}) {
ZInfo(context.Background(), fmt.Sprintf(format, a...))
ZInfo(context.Background(), "zookeeper output", "msg", fmt.Sprintf(format, a...))
}