Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit fbaa281

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

FuelSDK/client.py

Lines changed: 2 additions & 0 deletions
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)