You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logging/zap/ctxzap: add caller skip to shorthand functions (#429)
The caller annotations made by the shorthand logging functions are
`ctxzap/context.go:xx` regardless of where the shorthands are called.
This commit adds caller skip so that each log message has the correct
caller annotation.
0 commit comments