We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc6053 commit fbaa281Copy full SHA for fbaa281
FuelSDK/client.py
@@ -41,6 +41,8 @@ def __init__(self, get_server_wsdl = False, debug = False, params = None):
41
logging.getLogger('suds.transport').setLevel(logging.DEBUG)
42
logging.getLogger('suds.xsd.schema').setLevel(logging.DEBUG)
43
logging.getLogger('suds.wsdl').setLevel(logging.DEBUG)
44
+ else:
45
+ logging.getLogger('suds').setLevel(logging.INFO)
46
47
## Read the config information out of config.python
48
config = ConfigParser.RawConfigParser()
0 commit comments