This commit is contained in:
wangchuxiao
2023-06-11 13:00:24 +08:00
parent 7d7842c54e
commit 52fa046346
+1 -1
View File
@@ -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...))
}