Provide an option to turn off the error messages
See original GitHub issueThe linkerd does not provide an option to turn off error messages like No hosts are available for /svc/code.xyz.io, Dtab.base=[/srv=>/#/io.l5d.k8s/default/http;/host=>/srv;/svc=>/host;/svc/zipkin=>/$/fail;/svc/zipkin-collector=>/$/fail], Dtab.local=[]. Remote Info: Not Available
this from being retruned to the client.
This could be useful in development mode but in production we wouldn’t want the clients to know it is being served by linkerd.
linkerd should provide an option to turn on and off these messages based on ENV variable.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
How to Disable Error Reporting in Windows
Select the Advanced tab. Select Error Reporting near the bottom of the window. Choose Disable error reporting. Disabling Error Reporting in ...
Read more >Turning off scripting error messages and pop-ups
Turning off scripting errors · Open Internet Explorer · Open the Tools menu (Alt and T) · Select the Internet Options item (O...
Read more >Turn off "Friendly HTTP Error Messages"
Open Internet Explorer. Click "Tools" and then choose "Internet Options". From the "Internet Options" window choose the "Advanced" tab.
Read more >How to Disable Error Reporting in Windows
1. Disable Windows Error Reporting Using the Services Panel · Press Win + R to launch the Run command box. · Now, scroll...
Read more >Disable Windows error message popups
There are 2 possible ways to disable a windows error message popups: 1. Disable Dr. Watson message boxes on the system:.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@adleong Currntly I am busy with other stuff. The help was sufficient, I was able to fix the code, but left without a proper test.
We do have a plan for making a PR, but don’t have a timeline yet.
It think it would be best to tie this behavior to the
clearContext
setting, so it can be controlled per-server (and not on the entire process). I think the semantics are: if the l5d-err header is set, drop the message body.