Skip to content

Commit

Permalink
Remove paramiko logging setting
Browse files Browse the repository at this point in the history
Signed-off-by: Naohisa Murakami <tiqwab.ch90@gmail.com>
  • Loading branch information
tiqwab committed Jun 7, 2021
1 parent 96c1272 commit 3188ab6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/transport/sshconn.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import paramiko
import requests.adapters
import six
import logging
import os
import signal
import socket
Expand Down Expand Up @@ -191,7 +190,6 @@ def __init__(self, base_url, timeout=60,
super(SSHHTTPAdapter, self).__init__()

def _create_paramiko_client(self, base_url):
logging.getLogger("paramiko").setLevel(logging.WARNING)
self.ssh_client = paramiko.SSHClient()
base_url = six.moves.urllib_parse.urlparse(base_url)
self.ssh_params = {
Expand Down

0 comments on commit 3188ab6

Please sign in to comment.