Skip to content

Commit e7b8962

Browse files
author
Chris Thorwarth
committed
chore: removing tail consumers bindings from docs
1 parent 7f208ab commit e7b8962

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
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+
The Worker that you add `tail_consumers` to must have a tail() handler defined.
101+
101102
:::
102103

103104
## Related resources

0 commit comments

Comments
 (0)