Skip to content

Commit d8404fc

Browse files
authored
Update bridges/otelslog/handler.go
1 parent a61c093 commit d8404fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bridges/otelslog/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func WithLoggerProvider(provider log.LoggerProvider) Option {
133133
})
134134
}
135135

136-
// WithSource returns an [Option] that configures the [log.Logger] to include
136+
// WithSource returns an [Option] that configures the [Handler] to include
137137
// the source location of the log record in log attributes.
138138
func WithSource(source bool) Option {
139139
return optFunc(func(c config) config {

0 commit comments

Comments
 (0)