mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-09 12:39:02 +08:00
Merge branch 'errcode' of github.com:OpenIMSDK/Open-IM-Server into errcode
# Conflicts: # pkg/common/db/mysql_model/im_mysql_model/group_model_k.go
This commit is contained in:
parent
bd8536b9eb
commit
b9a11e4ca1
@ -82,6 +82,8 @@ func SetContextInfo(ctx context.Context, funcName string, err error, args ...int
|
||||
*t.Funcs = append(*t.Funcs, funcInfo)
|
||||
if err != nil {
|
||||
log.NewError(t.OperationID, funcName, "error: ", err, funcInfo.Args)
|
||||
} else {
|
||||
log.NewInfo(t.OperationID, funcName, "args: ", funcInfo.Args)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user