praekeltfoundation / vumi

Messaging engine for the delivery of SMS, Star Menu and chat messages to diverse audiences in emerging markets and beyond.
BSD 3-Clause "New" or "Revised" License
421 stars 131 forks source link

The HttpRPCTransport doesn't use the WrappingLogger #1057

Closed smn closed 7 years ago

smn commented 7 years ago

A bunch of transports are using the HttpRPCTransport's emit() function which uses vumi.log.

self.log was added to the BaseWorker class to allow things to capture logs.