Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据这个问题的建议,我requests从 git 更新到最新版本以使代理工作。但是,我看到configkwarg 不见了,阻止我config={'verbose': sys.stderr}在我的代码中使用等记录。
requests
config
config={'verbose': sys.stderr}
它去哪儿了?它仍然建在我找不到的地方吗?这非常有用。
如更改日志中所示,配置在 1.0 中被彻底删除。
基于这个问题,似乎日志记录是通过标准库logging模块执行和配置的。
logging