Re: Suppressing SOAP messages from API calls

2012-04-06 Thread Kevin Winter
Hi, The Python Client Library has two flags that control logging. The first is the xml_log option, which causes SOAP messages to be logged to file, and the debug option, which increases the log level of everything by two. They can be specified when you instantiate your AdWordsClient, like he

Suppressing SOAP messages from API calls

2012-04-03 Thread Sid
Hi I'm updating max_cpc via the python API to my Adwords account. I would like to restrict the amount of console output so that I can email the output to myself in the cron and keep track of success/failures. However the size of SOAP messages is so large that my mail server is unable to mail th