When I call the connect function of the Paramiko SSHClient class it outputs some log data about establishing the connection, which I would like to suppress.
Is there a way to do this either through Paramiko itself, or python in general?
Thanks in advance