There is no sense to show 1%, 2%, 3%, ... every millisecond when the total build time is, like, 20 seconds. What I propose instead is to suppress output for N seconds (configurable, like, 5 seconds) in between printing the steps.
This would dramatically reduce the amount of output in CI or in docker-compose environment with multiple containers.
(The very 1st line and the very last line would ideally be shown independently of N.)
There is no sense to show 1%, 2%, 3%, ... every millisecond when the total build time is, like, 20 seconds. What I propose instead is to suppress output for N seconds (configurable, like, 5 seconds) in between printing the steps.
This would dramatically reduce the amount of output in CI or in docker-compose environment with multiple containers.
(The very 1st line and the very last line would ideally be shown independently of N.)