Skip to content

Commit fbaa281

Browse files
author
Randy Shults
committed
Adjust logging so doesn't dump entire wsdl file to log
1 parent 6bc6053 commit fbaa281

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FuelSDK/client.py

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ def __init__(self, get_server_wsdl = False, debug = False, params = None):
4141
logging.getLogger('suds.transport').setLevel(logging.DEBUG)
4242
logging.getLogger('suds.xsd.schema').setLevel(logging.DEBUG)
4343
logging.getLogger('suds.wsdl').setLevel(logging.DEBUG)
44+
else:
45+
logging.getLogger('suds').setLevel(logging.INFO)
4446

4547
## Read the config information out of config.python
4648
config = ConfigParser.RawConfigParser()

0 commit comments

Comments
 (0)