mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 11:06:43 +08:00
connID to md5
This commit is contained in:
parent
54a74c0b82
commit
0b1c198dfe
@ -73,4 +73,6 @@ func (w Writer) Printf(format string, args ...interface{}) {
|
|||||||
s = append(s, fmt.Sprintf("%v", v))
|
s = append(s, fmt.Sprintf("%v", v))
|
||||||
}
|
}
|
||||||
log.ZDebug(context.Background(), format, "sql", strings.Join(s, ""))
|
log.ZDebug(context.Background(), format, "sql", strings.Join(s, ""))
|
||||||
|
fmt.Println(format)
|
||||||
|
fmt.Println(strings.Join(s, ""))
|
||||||
}
|
}
|
||||||
|
@ -40,7 +40,7 @@ func GetOperationID(ctx context.Context) string {
|
|||||||
return f.OperationID
|
return f.OperationID
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return utils.GetFuncName(2)
|
return utils.GetFuncName(3)
|
||||||
}
|
}
|
||||||
|
|
||||||
func GetOpUserID(ctx context.Context) string {
|
func GetOpUserID(ctx context.Context) string {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user