Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/content/partials/workers/wrangler-tail-warning.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { WranglerConfig } from "~/components";

:::caution

When updating a Worker with Wrangler the [Tail Consumer](/workers/observability/logs/tail-workers) config will be removed. Please add the `tail\_consumers` config to the top level of your [Wrangler configuration file](/workers/wrangler/configuration/).
When updating a Worker with Wrangler the [Tail Consumer](/workers/observability/logs/tail-workers) config will be removed. Please add the `tail_consumers` config to the top level of your [Wrangler configuration file](/workers/wrangler/configuration/).

<WranglerConfig>
```toml
Expand Down
Loading