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

Log exceptions at command level with LogService #82

Closed
rimadoma opened this issue Dec 14, 2017 · 0 comments
Closed

Log exceptions at command level with LogService #82

rimadoma opened this issue Dec 14, 2017 · 0 comments

Comments

@rimadoma
Copy link
Contributor

rimadoma commented Dec 14, 2017

If exceptions happen when running commands, log them with logService.trace() so that users don't normally see them, but that they can be used for debugging if needed. This concerns "expected" exceptions like IOException. An unexpected ArrayIndexOutOfBoundsExceptions or such should still bubble up to the UI, because that's a sign of a bug we need to solve.

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

No branches or pull requests

1 participant