DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
21.42k stars 826 forks source link

Overtly verbose "build progress" ouput when running `dx build` #2883

Open ochrons opened 2 months ago

ochrons commented 2 months ago

Problem

When running dx build on a fullstack project, the CLI outputs a ton of "build progress" lines flooding the terminal

fullstack build: Build progress 78%
fullstack build: Build progress 78%
fullstack build: Build progress 79%
fullstack build: Build progress 79%
fullstack build: Build progress 79%
fullstack build: Build progress 80%
fullstack build: Build progress 80%
fullstack build: Build progress 91%
fullstack build: Build progress 80%
fullstack build: Build progress 80%
fullstack build: Build progress 80%
fullstack build: Build progress 81%
fullstack build: Build progress 91%
fullstack build: Build progress 81%
fullstack build: Build progress 81%
fullstack build: Build progress 81%
fullstack build: Build progress 81%
fullstack build: Build progress 82%
fullstack build: Build progress 82%
fullstack build: Build progress 82%
fullstack build: Build progress 82%
fullstack build: Build progress 83%
fullstack build: Build progress 83%

It also seems to report the two concurrent builds in an interleaved fashion.

Steps To Reproduce

Steps to reproduce the behavior:

Expected behavior

No verbose output.

Screenshots

Environment:

Questionnaire

srid commented 2 months ago

This happens when building a static-site (#2891) as well.