Skip to content

Commit

Permalink
Update bridges/otelslog/handler.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Oct 16, 2024
1 parent a61c093 commit d8404fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/otelslog/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func WithLoggerProvider(provider log.LoggerProvider) Option {
})
}

// WithSource returns an [Option] that configures the [log.Logger] to include
// WithSource returns an [Option] that configures the [Handler] to include
// the source location of the log record in log attributes.
func WithSource(source bool) Option {
return optFunc(func(c config) config {
Expand Down

0 comments on commit d8404fc

Please sign in to comment.