Skip to content

Commit

Permalink
handler log
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyamalpani committed Jul 26, 2024
1 parent 7697869 commit c57a0c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/trace/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ func (l *Listener) HandlerStarted(ctx context.Context, msg json.RawMessage) cont
// Add the span to the context so the user can create child spans
ctx = tracer.ContextWithSpan(ctx, functionExecutionSpan)

logger.Debug(fmt.Sprintf("=== HandlerStarted - context: %s ===", ctx))

return ctx
}

Expand Down

0 comments on commit c57a0c6

Please sign in to comment.