Cloudflare Docs
Learning Paths
Build applications with Cloudflare Workers (Learning Path)
Edit this page on GitHub
Set theme to dark (⇧+D)

Local development and logs

  1 min read

​​ Local development and logs

You learned how to write tests in the Get started guide. Now, you will learn how to locally develop and log from your Worker.

To explore observability, debugging and testing options for Workers, refer to Observability in the Workers documentation.

​​ Local development

Refer to Local development and testing to learn how to test your Worker locally with wrangler dev.

​​ Logs

Read Log from Workers to learn how to debug your Worker by accessing logs and exceptions through the Cloudflare dashboard or wrangler tail.