mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-17 01:19:17 +08:00
groupCallback
This commit is contained in:
parent
2db5a8b618
commit
4aa7abf94b
@ -80,11 +80,6 @@ func SetContextInfo(ctx context.Context, funcName string, err error, args ...int
|
||||
funcInfo.FuncName = utils.GetSelfFuncName()
|
||||
funcInfo.Err = err
|
||||
*t.Funcs = append(*t.Funcs, funcInfo)
|
||||
if err != nil {
|
||||
log.NewError(t.OperationID, funcName, "error", err, "args", funcInfo.Args)
|
||||
} else {
|
||||
log.NewInfo(t.OperationID, funcName, "args", funcInfo.Args)
|
||||
}
|
||||
}
|
||||
|
||||
func SetRpcReqInfo(ctx context.Context, funcName string, req string) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user