Is it possible to add more detailed description under errors section in the report?

Hi there!

Is it possible to add some kind of text from the response for each error happened during execution?

I have this in the response body:

{“meta”:{“messages”:[{“code”:“UNAUTHORIZED_ACCESS”,“text”:“Error returned from introspection endpoint: Unauthorized”,“level”:“error”,“traceId”:“1233244234”}],“status”:“failed”}}

For example, next to “status.find.in([200, 209], 304), found 401” to add something like this:
status.find.in([200, 209], 304), found 401 - Error returned from introspection endpoint: Unauthorized

or maybe entire response:

status.find.in([200, 209], 304), found 401 - {“meta”:{“messages”:[{“code”:“UNAUTHORIZED_ACCESS”,“text”:“Error returned from introspection endpoint: Unauthorized”,“level”:“error”,“traceId”:“1233244234”}],“status”:“failed”}}

Or any other solution that will help a bit during report review? :slight_smile:

Thanks in advance!

No, it’s not possible. And if it becomes possible at some point, it will only be featured in Gatling Enterprise.

Until then, you’ll have to lower the logging level (see logback conf file).

Thanks for quick answer!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.