Cloudflare 中文文档
Workers
Workers
编辑这个页面
跳转官方原文档
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.