HTTP.jl icon indicating copy to clipboard operation
HTTP.jl copied to clipboard

Is there a way to suppress info message when using HTTP.download function ?

Open dushya50 opened this issue 2 years ago • 1 comments

Whenever HTTP.download function is called it gives an info message related to the download. This is not a problem for single downloads but when there are hundreds of files to be downloaded in a loop whole output field is cluttered with info messages. Is there a way to suppress these messages ?

dushya50 avatar Sep 06 '23 16:09 dushya50

You could use Suppressor.jl https://github.com/JuliaIO/Suppressor.jl

dannywinrow avatar Nov 21 '23 17:11 dannywinrow