Skip to content

Commit 226ff68

Browse files
committed
[Workers] Clarify Logpush behavior
1 parent b41d471 commit 226ff68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/workers/runtime-apis/console.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ All methods noted as "✅ supported" have the following behavior:
2020

2121
* They will be written to the console in local dev (`npx wrangler@latest dev`)
2222
* They will appear in real-time logs when tailing logs in the dashboard or running [`wrangler tail`](/workers/observability/logs/real-time-logs/#view-logs-using-wrangler-tail)
23-
* They will create entries in the `logs` field of [Tail Worker](/workers/observability/logs/tail-workers/) events and [Workers Trace Events](/logs/logpush/logpush-job/datasets/account/workers_trace_events/), which can be pushed to a destination of your choice via [Logpush](/workers/observability/logs/logpush/).
23+
* They will create entries in the `logs` field of [Tail Worker](/workers/observability/logs/tail-workers/) events and [Workers Trace Events](/logs/logpush/logpush-job/datasets/account/workers_trace_events/). You can use [Logpush](/workers/observability/logs/logpush/) to send Workers Trace Event Logs to a supported destination.
2424

2525
All methods noted as "🟡 partial support" have the following behavior:
2626

0 commit comments

Comments
 (0)