Open ochrons opened 2 months ago
Problem
When running dx build on a fullstack project, the CLI outputs a ton of "build progress" lines flooding the terminal
dx build
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
This happens when building a static-site (#2891) as well.
Problem
When running
dx build
on a fullstack project, the CLI outputs a ton of "build progress" lines flooding the terminalIt also seems to report the two concurrent builds in an interleaved fashion.
Steps To Reproduce
Steps to reproduce the behavior:
dx build
(version 0.6.0-alpha.2)Expected behavior
No verbose output.
Screenshots
Environment:
Questionnaire