MediaMath / t1-python

Python SDK for MediaMath Platform APIs
https://developer.mediamath.com/
Apache License 2.0
18 stars 30 forks source link

Good logging #19

Closed pswaminathan closed 8 years ago

pswaminathan commented 9 years ago

More to come here.

pswaminathan commented 8 years ago

Requests does logging already—if users want some default level of logging, it's there. Additionally, we have the entities' __repr__ methods to dump out the class name and fields, so it's easy to log that. As this is a library, I'd rather not make other demands on how people log; instead I'd rather leave it up to them.