Log push/streaming logs
Any easy way to stream logs from cloudflare on free/pro plans without going to enterprise plans?
4 Replies
You can use Workers Logpush, which is available on the Workers Paid plan https://developers.cloudflare.com/workers/observability/logs/logpush/
Cloudflare Docs
Workers Logpush · Cloudflare Workers docs
Send Workers Trace Event Logs to a supported third party, such as a storage or logging provider.
Will this not only give access to worker logs?
Yes. Worker's trace event logs is the only log push that can be configured without enterprise
Ahh okay thanks anyway