我正在使用requests_throttler并通过API请求模块进行通信.我的脚本是在Ipython Notebook中编写的.我从requests_throttler模块获取了大量日志消息.如何在Ipython Notebook中禁用或保存到文件日志消息?我得到的消息如下:
INFO:requests_throttler.throttler:Starting base throttler 'base-throttler'...
Run Code Online (Sandbox Code Playgroud)
并希望发送数千个请求,此INFO消息将杀死我的笔记本.