-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flag to disable logs? #1076
Comments
Hi! Here are the supported options: grpc-web/go/grpcwebproxy/main.go Lines 32 to 54 in 7dc9082
|
I would love to contribute. A bit new to Golang thats why i will need a bit of help. Would you be able to help me in providing a little bit of documentation about it? Thanks a lot! |
Lets explore actually if we can help each other in a different way. Have you tried just redirecting standard out to /dev/null when running the proxy?
|
I am runnning the grpcwebproxy something like this:
grpcwebproxy
--backend_addr=localhost:9090
--backend_tls_noverify
I need to disable the log. which flag can i add to disable it?
The text was updated successfully, but these errors were encountered: