mistakster / throttle-proxy

Throttle HTTP/HTTPS/SOCKS proxy server
121 stars 24 forks source link

Log connections #21

Closed SassNinja closed 6 years ago

SassNinja commented 6 years ago

When I first tried the proxy I wasn't completely sure if it's really working because I didn't get any feedback in the command prompt. Something option like --verbose to show if a connection is going though the proxy would be great!

Can this be added?

mistakster commented 6 years ago

Hi! Yes, it can. I hope I make the changes soon.

mistakster commented 6 years ago

@SassNinja, actually you can enable debug information using environment variable DEBUG like this:

DEBUG=throttle-proxy:* throttle-proxy

or like this:

DEBUG=* throttle-proxy

Anyway, I agree that the explicit option will be more useful.

mistakster commented 6 years ago

I’ve just published v2.3.0 with -v option.

SassNinja commented 6 years ago

@mistakster many thanks for this super fast release!

Works great 👍