The `@caller` attribute reports the location the logging function, not the caller, e.g. > @caller=github.com/hashicorp/aws-sdk-go-base/v2@v2.0.0-beta.24/logging/logger.go:41 It should return (at least) one level up in the call chain.
The
@callerattribute reports the location the logging function, not the caller, e.g.It should return (at least) one level up in the call chain.