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

logger warning if no handler is defined #15

Closed ingwinlu closed 8 years ago

ingwinlu commented 8 years ago
>>>from twtich.api import usher
No handlers could be found for logger "twitch"

https://docs.python.org/2/howto/logging.html#configuring-logging-for-a-library

import logging
logging.getLogger('foo').addHandler(logging.NullHandler())