Some Relay Client Errors Reporting as Info #60
Labels
bug
Something isn't working
good first issue
Good for newcomers
hacktoberfest
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
Expected vs actual behavior
After installing a relay client into a cluster, I got a TLS error. I had expected the error to be reported in the log as an "error" level. But instead it was "info"
Sample error:
Steps to reproduce the bug
Not sure, given it's a TLS error that is sent by paralus
Are you using the latest version of the project?
You can check your version by running
helm ls|grep '^<deployment-name>'
or using pctl,pctl version
, and provide the output.What is your environment setup? Please tell us your cloud provider, operating system, and include the output of
kubectl version --output=yaml
andhelm version
. Any other information that you have, eg. logs and custom values, is highly appreciated!Kubectl
Helm
(optional) If you have ideas on why the bug happens or how it can be solved, please provide it here
Catch certain client errors and report them as error and not info
The text was updated successfully, but these errors were encountered: