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 via the dashboard or cURL.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-observability-logpush-workflow-guide.mdDocumentation 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.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-logpush-cloudflare-workers-logpush-wrangler-config.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-logpush-cloudflare-workers-logpush-wrangler-toml-c.textA 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.textA 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.textA 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.textA 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

  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/logpush