I\'m using requests_throttler and requests modules for communication through API. My script are writen in Ipython Notebook. I\'m getting a lot of logging messages from reque
For Python 3 you can simply do:
import logging, sys logging.disable(sys.maxsize)