getsolus / solbuild

The Solus package build system
https://getsol.us
Apache License 2.0
19 stars 12 forks source link

Progress bar rendered in logs #81

Closed silkeh closed 6 months ago

silkeh commented 6 months ago

The download progress bar still seems to being rendered in the logs. See here for example:

time=2024-03-01T12:38:37.279Z level=INFO msg="Downloading source" uri=https://www.nano-editor.org/dist/v7/nano-7.2.tar.xz
    303.83 KiB / 1.53 MiB [--------->_______________________________________]  19.34%           ??/s      1.53 MiB / 1.53 MiB [-------------------------------------------------] 100.00%    15.10 MiB/stime=2024-03-01T12:38:37.582Z level=DEBUG msg="Copying host asset" key=/etc/resolv.conf

It should be hidden since #74.