JuliaWeb / HTTP.jl

HTTP for Julia
https://juliaweb.github.io/HTTP.jl/stable/
Other
626 stars 177 forks source link

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

Open dushya50 opened 10 months ago

dushya50 commented 10 months ago

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 ?

dannywinrow commented 7 months ago

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