Closed neubig closed 2 years ago
I think it makes more sense to fix the logic in http_get
so that we can suppress progress message when the verbosity (the log level) is severe than logging.INFO
as well.
Yeah, I agree.
Re-run integration tests with datalabs 0.4.11, but the issue still persists: https://github.com/neulab/ExplainaBoard/runs/8293762905?check_suite_focus=true#step:5:467
Currently DataLab logs the progress of downloads, which leads to extremely large integration test logs (example). We should be able to turn this logging off, at least for tests.
Based on this and this, it seems that probably:
would turn off the progress bar for downloading.