Worker RPC host logs aren't showing up
I'm experimenting with workers RPC and logs from RPC "host" don't get pushed, but show up in wrangler tail. Is there a known limitation around RPC and logpush?
Higher-level problem I'm trying to solve is log tracing when multiple workers are involved in a flow. I was assuming RayID would be equal for the worker invoked with fetch and the one called via RPC, but RPC host logs aren't showing up at all 😅
3 Replies
rpc caller:
rpc host:
I can only see "Result: 3", but expect to see "Adding 1 and 2" as well
Those logs would be in the tail logs of the 'rpc host' Worker
Oh, so you see them in tail but not Logpush?
:blobcatthonking:
yup, host logs aren't pushed it seems