|
@@ -178,8 +178,8 @@ func (logger *Logger) WithCaller(skip int) *Logger {
|
|
|
}
|
|
|
for i := 0; i < 100; i++ {
|
|
|
if _, file, line, ok := runtime.Caller(i); ok {
|
|
|
- if strings.Contains(file, "git.haoqitour.com") &&
|
|
|
- !strings.Contains(file, "git.haoqitour.com/haoqi/go-common/utils/logger") {
|
|
|
+ if strings.Contains(file, "git.aionnect.com") &&
|
|
|
+ !strings.Contains(file, "git.aionnect.com/aionnect/go-common/utils/logger") {
|
|
|
return logger.
|
|
|
WithField("codeline", fmt.Sprintf("%s:%d", file, line))
|
|
|
//WithField("func", runtime.FuncForPC(pc).Name())
|