Skip to content

Commit da8a84f

Browse files
committed
vy's-comments
1 parent 00dece8 commit da8a84f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/content/changelog/workers/2025-09-08-logs-for-durable-objects.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,25 @@
22
title: You can now view logs directly in the Durable Objects dashboard
33
description: View, search and filter logs within the Durable Objects dashboard
44
date: 2025-09-08
5+
products:
6+
- workers
7+
- durable-objects
58
---
69
import { WranglerConfig } from "~/components";
710

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+
912
![Logs in Durable Objects dashboard](~/assets/images/workers-observability/2025-09-08-logs-for-durable-objects.png)
1013

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+
1116
**With these updates, you can:**
1217
* View logs by clicking into a Durable Object(DO) namespace within the [DO dashboard](https://dash.cloudflare.com/?to=/:account/workers/durable-objects)
1318
* Add filters and search through all DO related log events
1419
* Identify the Durable Object instance ID (displayed as `$workers.durableObjectId`) to understand which specific instance generated the log entry.
1520
![instance ID in DO logs](~/assets/images/workers-observability/2025-09-08-durableobject-id.png)
1621

1722
**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:
1924

2025
<WranglerConfig>
2126

0 commit comments

Comments
 (0)