From 8b0c4f37fee587173c11481e312f0dbcb74a50ed Mon Sep 17 00:00:00 2001 From: Rohin Lohe Date: Tue, 15 Oct 2024 09:45:08 -0700 Subject: [PATCH] [workers-observability] direct deep links to workers logs --- src/content/docs/workers/observability/logs/workers-logs.mdx | 4 ++-- src/content/partials/workers/workers_logs_pricing.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/workers/observability/logs/workers-logs.mdx b/src/content/docs/workers/observability/logs/workers-logs.mdx index f89fdd5fd7e231..5980e7d69bba23 100644 --- a/src/content/docs/workers/observability/logs/workers-logs.mdx +++ b/src/content/docs/workers/observability/logs/workers-logs.mdx @@ -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/). -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**. diff --git a/src/content/partials/workers/workers_logs_pricing.mdx b/src/content/partials/workers/workers_logs_pricing.mdx index aa13859e3d92af..0fe88ec3290374 100644 --- a/src/content/partials/workers/workers_logs_pricing.mdx +++ b/src/content/partials/workers/workers_logs_pricing.mdx @@ -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
+$0.60 per additional million | 7 Days |