Skip to content

Commit afb8cba

Browse files
christhorwarthChris Thorwarthmaxwellpeterson
authored
chore: removing tail consumers bindings from docs (#25649)
* chore: removing tail consumers bindings from docs * fix: removing tail workers bindings page * Update src/content/docs/workers/observability/logs/tail-workers.mdx Co-authored-by: Max Peterson <[email protected]> --------- Co-authored-by: Chris Thorwarth <[email protected]> Co-authored-by: Max Peterson <[email protected]>
1 parent 84d8592 commit afb8cba

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

src/content/docs/workers/configuration/multipart-upload-metadata.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,6 @@ Workers can interact with resources on the Cloudflare Developer Platform using [
191191
"service": "<SERVICE_NAME>",
192192
"environment": "production"
193193
},
194-
{
195-
"type": "tail_consumer",
196-
"service": "<WORKER_NAME>"
197-
},
198194
{
199195
"type": "vectorize",
200196
"name": "<VARIABLE_NAME>",

src/content/docs/workers/observability/logs/tail-workers.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ tail_consumers = [{service = "<TAIL_WORKER_NAME>"}]
9797

9898
:::note
9999

100-
The Worker that you add a `tail_consumers` binding to must have a `tail()` handler defined.
100+
Workers added to the `tail_consumers` array must have a `tail()` handler defined.
101+
101102
:::
102103

103104
## Related resources

src/content/docs/workers/runtime-apis/bindings/tail-worker.mdx

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)