When downloading a new image the progress is reported with way too much detail. The progress messages can take up several MB in the logs. Here's a recent example.
I guess progress should detect non-interactive mode and limit its progressbar And/or be less precise about the progress (how printing only each 1% done?)
@psss I'll create corresponding tmt PR (just setting DOWNLOAD_PROGRESS_VERBOSE to False near https://github.com/teemtee/tmt/blob/main/tmt/steps/provision/testcloud.py#L446 ) and copr test build on Monday, the proposed fix for now is here: https://pagure.io/testcloud/pull-request/131 ; the downloader code is very brittle and it's something I am planning to completely rework in the near future.
Commit 286311eb fixes this issue