Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-observability-logs-logpush-workflow-guide.mdDocumentation explaining how to configure Cloudflare Logpush to send Workers Trace Event Logs to supported destinations via the dashboard or cURL.Questions about documentation explaining how to configure Cloudflare Logpush to send Workers Trace Event Logs to supported destinatio...
examples/workers-observability-logs-logpush-cloudflare-workers-logpush-jobs-list-.textA 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-logs-logpush-cloudflare-workers-logpush-wrangler-c.textA 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-logs-logpush-cloudflare-workers-logpush-wrangler-t.textA wrangler.toml configuration file demonstrating how to enable Logpush for a Cloudflare Worker.Exact payloads, commands, or snippets shown in A wrangler.toml configuration file demonstrating how to enable Logpush for a Cloudflare Worker.
examples/workers-observability-logs-logpush-cloudflare-workers-logpush-enable-cur.textA curl command used to enable Logpush for a specific Cloudflare Worker script via the API.Exact payloads, commands, or snippets shown in A curl command used to enable Logpush for a specific Cloudflare Worker script via the API.
examples/workers-observability-logs-logpush-cloudflare-workers-logpush-sample-log.textA sample text representation of the log structure and exception fields exported via Cloudflare Workers Logpush.Exact payloads, commands, or snippets shown in A sample text representation of the log structure and exception fields exported via Cloudflare Workers Logpush.
examples/workers-observability-logs-logpush-cloudflare-workers-logpush-sample-log-2.textA sample text representation of the log structure and exception fields generated by Cloudflare Workers Logpush.Exact payloads, commands, or snippets shown in A sample text representation of the log structure and exception fields generated by Cloudflare Workers Logpush.

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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://developers.cloudflare.com/workers/observability/logs/logpush