You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a Docker build that uses peru inside it to bake in some data. I'm running peru with --verbose because I probably want to see everything, but I've realized that this ends up outputting A LOT of repeated log lines because of how peru is logging progress on downloads.
I want a verbosity level that will update progress for each percentage point, so a maximum of 100 lines of output, instead of the approx. 187,223 lines I get from one ~700 MB file in that Docker build.
The text was updated successfully, but these errors were encountered:
I've got a Docker build that uses peru inside it to bake in some data. I'm running peru with
--verbose
because I probably want to see everything, but I've realized that this ends up outputting A LOT of repeated log lines because of how peru is logging progress on downloads.I want a verbosity level that will update progress for each percentage point, so a maximum of 100 lines of output, instead of the approx. 187,223 lines I get from one ~700 MB file in that Docker build.
The text was updated successfully, but these errors were encountered: