zimeon / iiif

IIIF Image API reference implementation and Python library
GNU General Public License v3.0
55 stars 15 forks source link

logging #13

Closed edsu closed 8 years ago

edsu commented 8 years ago

I've been using the iiif module to generate static tiles and manifests. Thanks! I was wondering if it might be feasible for the print statements to be converted to logging statements and not clutter up the output of my command line program with lots of extraneous information?

zimeon commented 8 years ago

Yes, good idea @edsu. I'll be doing some work soon to bring the module up to speed with Image API 2.1 and will try to do this at the same time.