Closed drich10 closed 6 years ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/154364954
The labels on this github issue will be updated when the story is started.
We are open to a PR. Thanks @drich10!
This is where the logger would need to go: https://github.com/cloudfoundry/socks5-proxy/blob/master/socks5_proxy.go#L84-L88
The go-socks5 library that this library is using only accepts a logger of type log.Logger
.
We have opened an issue to make this an interface so that we can control the output a little better here: https://github.com/armon/go-socks5/pull/21
Hi there!
People we running into an issue where this proxy was printing to stdout breaking the JSON parsing for concourse. A temporary fix has been made which disables the logging. Would y'all be open to a PR allowing users of the library to set the Logger? Just wanted to see what y'all prefer.