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

Tracer Plugin - Logs do not show exceptions/stacktraces #40

Open
davidjgonzalez opened this issue Dec 13, 2016 · 0 comments
Open

Tracer Plugin - Logs do not show exceptions/stacktraces #40

davidjgonzalez opened this issue Dec 13, 2016 · 0 comments

Comments

@davidjgonzalez
Copy link
Contributor

@chetanmeh been meaning to log for this some time; it doesnt appear exception stacktraces are included in tracer logs.

For example...
image

The actual log statement for the above reads log.info('Error during children processing of {}', path, e); and the error.log has the NPE exception and the stack tracer. Looking at the Tracer response, i dont see that info being sent.

I am setting caller=true on all tracersets (including that package) which includes the call stack, but not the exception stacktrace. Am i missing something?

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