HaxeFoundation / haxelib

The Haxe library manager
https://lib.haxe.org/
MIT License
173 stars 77 forks source link

Suggestion: reduce progress output when installing or updating packages #371

Open mepsoid opened 7 years ago

mepsoid commented 7 years ago

When I deploy project at gitlab CI service debug log roughly filled by haxelib output. It counts every 1Kb of every library downloaded. Option --quiet doesn`t help at all. Please, reduce output to some reasonable count, like 1/10 of total volume or every 100-200Kb or every 10 seconds or something else. Or add new output option level that types just start and success/error of library download.

Gama11 commented 7 years ago

> /dev/null helps - had to do that for Flixel at some point because Travis was complaining about log files being too large... :D

https://github.com/HaxeFlixel/flixel/blob/4.2.0/.travis.yml#L29-L30

mepsoid commented 7 years ago

I know this trick, but I'd like to get basic information about process rather than no information at all.

fegies commented 7 years ago

Haxelib is completely ignoring the --quiet flag. It is set but never used.