xbmc / metadata.tvshows.themoviedb.org.python

themoviedb.org TV Show scraper in Python for Kodi 18 (Leia) or later.
GNU General Public License v3.0
20 stars 26 forks source link

Add option for more verbose logging for troubleshooting #14

Closed pkscout closed 4 years ago

pkscout commented 4 years ago

Logging right now has two options. Too little and too much. I need to add more check point debug logging that will mostly tell me what I need to know to help with things and then add some really verbose logging as a setting for the rare cases where I need much more data.

pkscout commented 4 years ago

No separate release for this, but there is now a setting for verbose logging that will include the full API response and the complete JSON dict saved to the cache. This will generate a metric crap ton of data in the log, so the verbose log setting should only be used in extreme cases. I added some additional check point logging at the debug level just to make clear what the scraper is doing.