OpenLEADR/openleadr-python

DEBUG logging does not emit XML payloads from VTN

francisrsandoval opened this issue · 1 comments

Where DEBUG level appears to configure VEN to print 2 instances of an XML payload, the VTN prints python dict representations of payloads. It would be very helpful to see the XML on both sides of the exchange to aid testing.

You're right; the logging of XML messages was inconsistent across the application. I've made some changes so that each side will debug-log every message that gets parsed and every message that gets created. Hopefully this is more useful.