ingwinlu / python-twitch

python-twitch is an python module for simple interaction with twitch.
http://ingwinlu.github.io/python-twitch/
GNU General Public License v3.0
34 stars 17 forks source link

Add NullHandler to logging instance #19

Closed ingwinlu closed 9 years ago

ingwinlu commented 9 years ago

When no logging is configured, the absence of a logging handler makes python output a warning to stdout. Adding a NullHandler resolves this issue.

Closes #15