You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/changelog/workers/2025-09-08-logs-for-durable-objects.mdx
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,25 @@
2
2
title: You can now view logs directly in the Durable Objects dashboard
3
3
description: View, search and filter logs within the Durable Objects dashboard
4
4
date: 2025-09-08
5
+
products:
6
+
- workers
7
+
- durable-objects
5
8
---
6
9
import { WranglerConfig } from"~/components";
7
10
8
-
[Durable Objects](https://developers.cloudflare.com/durable-objects/) now have a dedicated logging dashboard that makes it easier to debug and monitor your applications
11
+
9
12

10
13
14
+
[Durable Objects](https://developers.cloudflare.com/durable-objects/) now have a dedicated logging dashboard that makes it easier to debug and monitor your applications.
15
+
11
16
**With these updates, you can:**
12
17
* View logs by clicking into a Durable Object(DO) namespace within the [DO dashboard](https://dash.cloudflare.com/?to=/:account/workers/durable-objects)
13
18
* Add filters and search through all DO related log events
14
19
* Identify the Durable Object instance ID (displayed as `$workers.durableObjectId`) to understand which specific instance generated the log entry.
15
20

16
21
17
22
**To get started:**\
18
-
Set the following on the Worker managing your Durable Object namespace:
23
+
Set the following on the Worker that defines your Durable Object class:
0 commit comments