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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy