I\'m using Python logging, and for some reason, all of my messages are appearing twice.
I have a module to configure logging:
# BUG: It\'s outputting
I'm a python newbie, but this seemed to work for me (Python 2.7)
while logger.handlers: logger.handlers.pop()