mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-01 12:39:18 +08:00
Merge remote-tracking branch 'origin/errcode' into errcode
This commit is contained in:
commit
56d4064b90
@ -185,6 +185,7 @@ func SetContextInfo(ctx context.Context, funcName string, logLevel logrus.Level,
|
|||||||
if len(i) > 3 {
|
if len(i) > 3 {
|
||||||
file = i[len(i)-3] + i[len(i)-2] + i[len(i)-1] + ":" + utils.IntToString(line)
|
file = i[len(i)-3] + i[len(i)-2] + i[len(i)-1] + ":" + utils.IntToString(line)
|
||||||
}
|
}
|
||||||
|
fmt.Println(funcInfo.FuncName, "file", s, file)
|
||||||
funcInfo.File = s
|
funcInfo.File = s
|
||||||
*t.Funcs = append(*t.Funcs, funcInfo)
|
*t.Funcs = append(*t.Funcs, funcInfo)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user