MediaMath/t1-python

Good logging

Closed this issue · 1 comments

More to come here.

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.