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

Exceptions are not logged completely #8

Open
ftc opened this issue Oct 17, 2016 · 0 comments
Open

Exceptions are not logged completely #8

ftc opened this issue Oct 17, 2016 · 0 comments
Assignees

Comments

@ftc
Copy link
Member

ftc commented Oct 17, 2016

The current idea is to first log the entry and exit of each callin. If an entry is seen but not an exit this implies that an exception was thrown however we don't know what exception without adding more instrumentation. This is a todo to add that when needed.

Exception logging to add:

  • Log exception type
  • String primitives up to a given length
  • method name and class_name for the method that it was logged in
  • stack trace from exception
    • should this be split into individual components?
@ftc ftc self-assigned this Nov 20, 2016
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

No branches or pull requests

1 participant