Skip to content
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

Improve error logs when flag evaluation failed #275

Closed
Kavindu-Dodan opened this issue Feb 2, 2023 · 0 comments · Fixed by #276
Closed

Improve error logs when flag evaluation failed #275

Kavindu-Dodan opened this issue Feb 2, 2023 · 0 comments · Fixed by #276

Comments

@Kavindu-Dodan
Copy link
Contributor

Current SDK emits following log line when a flag evaluation fails,

Unable to correctly evaluate flag with key <flag_key> due to exception <exception_message>

Ex:- from Java getting started guide when flagd is not up and running

image

This error hides the exception stack trace, making it difficult to debug errors.

Proposal

Include the stack trace for better error details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant