workers-sdk
workers-sdk copied to clipboard
🚀 Feature Request: Miniflare Log Pipe
Describe the solution
It'd be nice if Miniflare UnstableDevWorker offered a way to pipe it's log output into another process (ie Vite).
Currently the only option is to allow the server to write logs to the console, where they frequently get managled in the output of other processes.
This should be addressed by the integration stage of the WaaL milestone
Closing as duplicate of https://github.com/cloudflare/workers-sdk/issues/2894, where we'll address this