How to disable the download progress bar when using API

Hi all,
Do you have any good suggestions for disabling the progress bar when downloading data using an API? It makes my logs extremly complex and difficult to read.
Do we have any keyword to disable that for cdsapi client.

Regards,

Try passing progress=False as a keyword argument to the cdsapi.Client.