Skip to content

Commit

Permalink
Merge branch 'main' into feat_batch_create_nfs_job
Browse files Browse the repository at this point in the history
  • Loading branch information
telpirion authored Dec 19, 2024
2 parents 1936b41 + db55cc2 commit 2649a8c
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 2649a8c

Please sign in to comment.