diff --git a/internal/server/common.go b/internal/server/common.go index faab359..e7b79a9 100644 --- a/internal/server/common.go +++ b/internal/server/common.go @@ -49,6 +49,8 @@ func (s *Server) getAuth(ctx context.Context, operation, scope string) (context. tr := trace.New("routed-grpc", operation) ctx = trace.NewContext(ctx, tr) + ln.Log(ctx, t) + return ctx, t, nil }