Structured logging

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?
Cloudflare Logpush supports the ability to send Workers Trace Event Logs to a supported destination. Worker’s Trace Events Logpush includes metadata
Was this page helpful?