What are the best practices for doing structured logging for Workers?
https://developers.cloudflare.com/workers/observability/logpush
This article seems to be the only resource but it only talks about unstructured console.logs()
What should I do? Integrate a third-party service / do my own little implementation of sending structured JSON logs to some storage?