Skip to content

Commit

Permalink
chore(logging): fix typo in logging.go
Browse files Browse the repository at this point in the history
  • Loading branch information
eripe970 committed Dec 18, 2024
1 parent 54f78ad commit 1706099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry/instrumentation/app/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func handlerWithSpanContext(handler slog.Handler) *spanContextLogHandler {
return &spanContextLogHandler{Handler: handler}
}

// spanContextLogHandler is an slog.Handler which adds attributes from the
// spanContextLogHandler is a slog.Handler which adds attributes from the
// span context.
type spanContextLogHandler struct {
slog.Handler
Expand Down

0 comments on commit 1706099

Please sign in to comment.