I\'m setting up python logging as follows:
def setup_logging(): loggers = (logging.getLogger(\"amcat\"), logging.getLogger(\"scrapers\"),logging.getLogge
for python 2.7
logging.handlers.pop()
Reference by user "radtek": Python Logging - Messages appearing twice