Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Logs

Methods for accessing, filtering, and exporting Cloudflare Workers logs through the dashboard, real-time tailing, custom telemetry transformations, and Logpush destinations.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Logs

Methods for accessing, filtering, and exporting Cloudflare Workers logs through the dashboard, real-time tailing, custom telemetry transformations, and Logpush destinations.

When To Use

Use when you need to implement real-time log monitoring, apply custom filtering logic to telemetry data, or export worker trace event logs to external destinations.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-observability-log-from-logs-workflow-guide.mdA guide explaining the different methods for accessing and managing Cloudflare Workers logs, including real-time logs, Tail Workers, and Logpush.Questions about a guide explaining the different methods for accessing and managing Cloudflare Workers logs, including real-time logs...

What This Skill Covers

  • Logs are an important component of a developer's toolkit to troubleshoot and diagnose application issues and maintaining system health. The Cloudflare Develo...
  • Main sections: Workers Logs, Real-time logs, Tail Workers Beta, Workers Logpush, Video Tutorial.

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/log-from-workers