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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-observability-log-from-logs-workflow-guide.md | A 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
- 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/log-from-workers
