msg
This commit is contained in:
@@ -8,5 +8,5 @@ import (
|
|||||||
type ZkLogger struct{}
|
type ZkLogger struct{}
|
||||||
|
|
||||||
func (l *ZkLogger) Printf(format string, a ...interface{}) {
|
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...))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user