Merge remote-tracking branch 'origin/errcode' into errcode

This commit is contained in:
withchao
2023-06-11 14:36:40 +08:00
3 changed files with 5 additions and 5 deletions
+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...))
}