Skip to content
Cloudflare Docs

Changelog

New updates and improvements at Cloudflare.

Subscribe to RSS
View all RSS feeds

hero image

You can now view logs directly in the Durable Objects dashboard

Logs in Durable Objects dashboard

Durable Objects now have a dedicated logging dashboard that makes it easier to debug and monitor your applications.

With these updates, you can:

  • View logs by clicking into a Durable Object(DO) namespace within the DO dashboard
  • Add filters and search through all DO related log events
  • Identify the Durable Object instance ID (displayed as $workers.durableObjectId) to understand which specific instance generated the log entry. instance ID in DO logs

To get started:
Set the following on the Worker that defines your Durable Object class:

{
"observability": {
"enabled": true
}
}

Once you make a new deplyoment, navigate to the Logs section of any Durable Object to start debugging.