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 requests_throttler module. How may I disable or save to file log messages in Ipython Notebook? I got message like:
INFO:requests_throttler.throttler:Starting base throttler 'base-throttler'...
and want to send thousands of requests and this INFO messages will kill my notebook.