Skip to content

Commit 70cdb08

Browse files
riedelaiordache
authored andcommitted
set logging level of paramiko to warn
Signed-off-by: Till Riedel <[email protected]>
1 parent 0be75d5 commit 70cdb08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/transport/sshconn.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
import requests.adapters
33
import six
44
import logging
5+
<<<<<<< HEAD
56
import os
7+
=======
8+
>>>>>>> 2dc569a... set logging level of paramiko to warn
69

710
from docker.transport.basehttpadapter import BaseHTTPAdapter
811
from .. import constants

0 commit comments

Comments
 (0)