wkeeling / selenium-wire

Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
MIT License
1.86k stars 240 forks source link

Setting asyncio logging to CRITICAL might affect other asyncio libs #710

Open andrewshvv opened 9 months ago

andrewshvv commented 9 months ago

Context: https://github.com/aiokitchen/aiomisc/issues/190

Code line in question: https://github.com/wkeeling/selenium-wire/blob/master/seleniumwire/thirdparty/mitmproxy/master.py#L26