You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you're running wrangler dev and switch to local mode, you get spam of Miniflare debug messages. We should clean this up so debug messages don't appear.
Starts in remote mode:
⎔ Starting a local server...
⬣ Listening at http://localhost:8787
Then switch to local mode:
Debugger listening on ws://127.0.0.1:9229/42f165d2-3e3c-48f8-a8fc-9785ec6c3597
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
[mf:inf] Worker reloaded! (19.25KiB)
[mf:inf] Listening on :8787
[mf:inf] - http://127.0.0.1:8787
[mf:inf] - http://192.0.2.2:8787
[mf:inf] - http://192.168.1.68:8787
[mf:inf] - http://172.16.0.2:8787
⎔ Shutting down local server.
miniflare process exited with code null
⎔ Starting a local server...
⬣ Listening at http://localhost:8787
Debugger listening on ws://127.0.0.1:9229/7e150942-4cec-4a44-b2f5-bd590547bbc2
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
[mf:inf] Worker reloaded! (19.25KiB)
[mf:inf] Listening on :8787
[mf:inf] - http://127.0.0.1:8787
[mf:inf] - http://192.0.2.2:8787
[mf:inf] - http://192.168.1.68:8787
[mf:inf] - http://172.16.0.2:8787
[mf:inf] Updated Request cf object cache!
The text was updated successfully, but these errors were encountered:
When you're running
wrangler dev
and switch to local mode, you get spam of Miniflare debug messages. We should clean this up so debug messages don't appear.Starts in remote mode:
Then switch to local mode:
The text was updated successfully, but these errors were encountered: