This bug where DO's fail to send logs to

This bug where DO's fail to send logs to their tail is adding a lot of friction. Any idea if anyone's even looked at it? https://github.com/cloudflare/workerd/issues/5291
2 Replies
TK
TK•3w ago
Hi Alecks, we're not the best team for this, but I will forward your issue internally to the PM on the DOs team 🧡
TK
TK•3w ago
Hey Alecks, I talked to the team and got some feedback here that we don't have a way to stream logs out of the DO at the moment. What you can do though is used OTEL to push these logs elsewhere as they are generated in batches. Our product director has a PR open to clear up some docs here. https://github.com/cloudflare/cloudflare-docs/pull/26261 The challenge you are facing is currently by design in that tail logs are flushed when the worker is finished executing, which can take some time in your case.
GitHub
Add note about OTEL to Tail Workers docs by irvinebroque · Pull Re...
Added note about exporting logs and traces to observability tools.

Did you find this page helpful?