mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-24 02:16:16 +08:00
msg
This commit is contained in:
parent
7d7842c54e
commit
52fa046346
@ -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...))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user