pgaref / HTTP_Request_Randomizer

Proxying Python Requests
http://pgaref.com/blog/python-proxy/
MIT License
148 stars 60 forks source link

Allowing log_level to be set during instantiation of RequestProxy #68

Closed pgaref closed 3 years ago

pgaref commented 3 years ago

There is no current way to change RequestProxy's logging level as its hardcoded as part of init.

We should allow passing in an optional LOG level.