Skip to content

Commit 68f6e19

Browse files
Add changeset for PR #11346: turn on tail logs by default
Co-Authored-By: [email protected] <[email protected]>
1 parent 30c448d commit 68f6e19

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.changeset/tail-logs-default-v3.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"wrangler": minor
3+
---
4+
5+
[v3 backport] Turn on tail logs by default for `wrangler dev --remote`
6+
7+
We're soon going to make backend changes that mean that `wrangler dev --remote` sessions will no longer have an associated inspector connection. In advance of these backend changes, we've enabled a new `wrangler tail`-based logging strategy for `wrangler dev --remote`. For now, you can revert to the previous logging strategy with `wrangler dev --remote --no-x-tail-logs`, but in future it will not be possible to revert.
8+
9+
The impact of this will be that logs that were previously available via devtools will now be provided directly to the Wrangler console and it will no longer be possible to interact with the remote Worker via the devtools console.

0 commit comments

Comments
 (0)