add-ons / plugin.video.tvvlaanderen

Kodi add-on to watch Live TV and video-on-demand content with your TV Vlaanderen subscription.
https://github.com/add-ons/plugin.video.tvvlaanderen/wiki
GNU General Public License v3.0
9 stars 8 forks source link

Debug logging #7

Closed mediaminister closed 4 years ago

mediaminister commented 4 years ago

Does debug logging work? I can't get it working. The default level of the Python logging module is logging.WARNING and all lower levels are ignored. So, if we want debug logging, shouldn't we set the log level with logger.setLevel(logging.DEBUG)?

michaelarnauts commented 4 years ago

Huh, you are right, I'm currently testing and developing with debugging turned on in Kodi (so I can also see the inputstream debug output). I've actually copied the kodilogging.py from VIER-VIJF-ZES, so I guess it's also not working there...