mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-16 14:59:01 +08:00
connID to md5
This commit is contained in:
@@ -68,5 +68,5 @@ func NewGormDB() (*gorm.DB, error) {
|
|||||||
type Writer struct{}
|
type Writer struct{}
|
||||||
|
|
||||||
func (w Writer) Printf(format string, args ...interface{}) {
|
func (w Writer) Printf(format string, args ...interface{}) {
|
||||||
log.ZDebug(context.Background(), format, args)
|
log.ZDebug(context.Background(), format)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user