kartagis / pysimplesoap

Automatically exported from code.google.com/p/pysimplesoap
0 stars 0 forks source link

Not possible to configure logging #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It is not possible to set the logging level of this package.

I have created a very simple patch to be able to set the logging level but in 
general it is not possible to configure logging for this package, so I suggest 
fleshing this out.

Original issue reported on code.google.com by nathani...@qualtrics.com on 8 Mar 2012 at 6:25

Attachments:

GoogleCodeExporter commented 8 years ago
I've mixed this with the trace parameter that was reintroduced:

import logging

client = SoapClient(wsdl="...", trace=logging.INFO)

Original comment by reingart@gmail.com on 22 Jan 2014 at 3:15

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 927f89e25edd.

Original comment by reingart@gmail.com on 22 Jan 2014 at 3:15