Cloudflare Docs
Workers
Edit this page on GitHub
Set theme to dark (⇧+D)

Logging

Use different methods of logging throughout the entire software development lifecycle of your Worker project.

  • Logpush: Send Workers Trace Event Logs to a supported third party, such as a storage or logging provider.
  • Real-time logs: Debug your Worker application by accessing logs and exceptions through the Cloudflare dashboard or wrangler tail.
  • Tail Workers: Track and log Workers on invocation by assigning a Tail Worker to your projects.