HOWZ1T / py_proxy

Python proxy helper. Please use deligently and respectfully! Always respect a websites ROBOTS.txt!
MIT License
7 stars 5 forks source link

Proper logging #6

Closed siulkilulki closed 5 years ago

siulkilulki commented 5 years ago

Please log to stderr instead of stdout.

HOWZ1T commented 5 years ago

Hi. I've implemented logging through the use of pythons logging module. Python's logging module is highly configurable and allows you to setup and control output streams.

Thanks for your feedback :)