mapbox / mbutil

Importer and Exporter of MBTiles
http://mapbox.com/developers/
BSD 3-Clause "New" or "Revised" License
755 stars 198 forks source link

Don't output debug log by default #63

Closed rutsky closed 7 years ago

rutsky commented 9 years ago

Debug output is too verbose, I suggest to add option like -v ("verbose") or -d ("debug") and only with it use DEBUG logging level.

slongberry commented 7 years ago

I have a fork that I changed the default log level to INFO and added a --log_level parameter to allow the user to specify the amount of detail they would like to see (DEBUG, INFO or WARNING). I found this useful when dealing with very large file based tile caches. I can submit a pull request if that would help.

tmcw commented 7 years ago

Happy to accept a PR implementing this change!