We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61c093 commit d8404fcCopy full SHA for d8404fc
bridges/otelslog/handler.go
@@ -133,7 +133,7 @@ func WithLoggerProvider(provider log.LoggerProvider) Option {
133
})
134
}
135
136
-// WithSource returns an [Option] that configures the [log.Logger] to include
+// WithSource returns an [Option] that configures the [Handler] to include
137
// the source location of the log record in log attributes.
138
func WithSource(source bool) Option {
139
return optFunc(func(c config) config {
0 commit comments