Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wrangler): Move "Compiling worker to ..." to debug logs
When running `pages dev` in a Pages Functions project, we output the compiled worker output path to stdout. This path tends to be rather noisy in the grand scheme of `pages dev` stdout things, and not much helpful. This commit moves this log to the `debug` output. Fixes #4265
- Loading branch information