cloudflare · Cloudflare Workers Docs
Observability Workers Logpush
Teaches how to configure and create Logpush jobs to export Workers Trace Event Logs to third-party destinations using either the Cloudflare dashboard or cURL.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Observability Workers Logpush
Teaches how to configure and create Logpush jobs to export Workers Trace Event Logs to third-party destinations using either the Cloudflare dashboard or cURL.
When To Use
Use when you need to export Workers trace event logs, including request metadata and console logs, to an external storage or logging provider via the dashboard or cURL.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-observability-logpush-workflow-guide.md | Documentation explaining how to configure Cloudflare Workers Logpush to send trace event logs to supported destinations via the dashboard or cURL. | Questions about documentation explaining how to configure Cloudflare Workers Logpush to send trace event logs to supported destinatio... |
examples/workers-observability-logpush-cloudflare-workers-logpush-jobs-list-curl.text | A curl command demonstrating how to list Cloudflare Workers Logpush jobs using the Cloudflare API. | Exact payloads, commands, or snippets shown in A curl command demonstrating how to list Cloudflare Workers Logpush jobs using the Cloudflare API. |
examples/workers-observability-logpush-cloudflare-workers-logpush-wrangler-config.text | A wrangler.toml configuration example demonstrating how to enable Logpush for a Cloudflare Worker. | Exact payloads, commands, or snippets shown in A wrangler.toml configuration example demonstrating how to enable Logpush for a Cloudflare Worker. |
examples/workers-observability-logpush-cloudflare-workers-logpush-wrangler-toml-c.text | A wrangler.toml configuration file demonstrating how to enable the logpush feature for a Cloudflare Worker. | Exact payloads, commands, or snippets shown in A wrangler.toml configuration file demonstrating how to enable the logpush feature for a Cloudflare Worker. |
examples/workers-observability-logpush-cloudflare-workers-logpush-enable-curl-req.text | A curl command to enable Logpush for a specific Cloudflare Worker script using the API. | Exact payloads, commands, or snippets shown in A curl command to enable Logpush for a specific Cloudflare Worker script using the API. |
examples/workers-observability-logpush-cloudflare-workers-logpush-sample-log-form.text | A sample text representation of the log structure and exception fields sent via Cloudflare Workers Logpush. | Exact payloads, commands, or snippets shown in A sample text representation of the log structure and exception fields sent via Cloudflare Workers Logpush. |
examples/workers-observability-logpush-cloudflare-workers-logpush-sample-json-for.text | A sample JSON object demonstrating the structure of log entries sent via Cloudflare Workers Logpush, including exception and log fields. | Exact payloads, commands, or snippets shown in A sample JSON object demonstrating the structure of log entries sent via Cloudflare Workers Logpush, including except... |
What This Skill Covers
- Cloudflare Logpush supports the ability to send Workers Trace Event Logs to a supported destination. Worker’s Trace Events Logpush includes metadata about re...
- Main sections:
Verify your Logpush access,Create a Logpush job,Via the Cloudflare dashboard,Via cURL,Enable logging on your Worker.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/observability/logpush
