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

[gateway] log more information in addition to stacktrace #528

Closed
NicolasGeraud opened this issue Mar 31, 2017 · 0 comments
Closed

[gateway] log more information in addition to stacktrace #528

NicolasGeraud opened this issue Mar 31, 2017 · 0 comments
Assignees
Milestone

Comments

@NicolasGeraud
Copy link
Member

If a policy throws an exception, the stacktrace does not indicate which api/requestid throws it.
Debugging could besome a nightmare.

We need to add extra informations on policies stacktrace to help support.

Expected Behavior

Log api id and/or requestId in addition to the stacktrace.

Current Behavior

Only the stacktrace is shown.

Steps to Reproduce (for bugs)

  1. create an api
  2. add the json2json policy
  3. in the jolt spec, type "foo"
  4. call the api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants