Skip to content

Commit

Permalink
remote.ssh: suppress paramiko logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrowla committed Apr 27, 2020
1 parent fefbcc0 commit f7489f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dvc/remote/ssh/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

try:
import paramiko

logging.getLogger("paramiko.transport").disabled = True
except ImportError:
paramiko = None

Expand Down

0 comments on commit f7489f3

Please sign in to comment.