Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ You must add the observability setting for your Worker to write logs to Workers

## View logs from the dashboard

To view logs for your Worker:
Access logs for your Worker from the [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/workers/services/view/:worker/production/observability/logs/).

<Steps>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is still helpful to have step-by-step instructions for developers who are unfamiliar with the dashboard.

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/workers/services/view/:worker/production/observability/logs/) and select your account.
2. In Account Home, go to **Workers & Pages**.
3. In **Overview**, select your **Worker**.
4. Select **Logs**.
Expand Down
2 changes: 1 addition & 1 deletion src/content/partials/workers/workers_logs_pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Markdown } from "~/components"

Workers Logs is included in both the Free and Paid [Workers plans](/workers/platform/pricing/).

| | Log Lines Written | Retention |
| | Log Events Written | Retention |
| ------------------ | ------------------------------------------------------------------ | ---------- |
| **Workers Free** | 200,000 per day | 7 Days |
| **Workers Paid** | 20 million included per month <br /> +$0.60 per additional million | 7 Days |
Loading