We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbf676 commit ddfc5a0Copy full SHA for ddfc5a0
intra/log/log.go
@@ -87,7 +87,7 @@ func Of(tag string, l LogFn2) LogFn {
87
if l != nil {
88
return func(msg string, args ...any) {
89
// caller -> LogFn (parent fn) -> intra/log.go*2(this file) -> intra/logger.go -> golang/log.go
90
- l(callerat+nextframe, tag+" "+msg, args...)
+ l(callerat, tag+" "+msg, args...)
91
}
92
93
return N
0 commit comments