i searched the group and saw an earlier post suggesting to change to DEBUG mode in logback.xml or add hooks to the request/response for debugging purposes,
I’ve tried changing to debug but couldn’t find the post parameters for the request.
there doesn’t seem to be any documentation on the hooks as well… is this feature implemented?
is this feature implemented?
is there another way to echo the request? (with parameters)
Well, don’t thank me too fast…
I’ve opened a pull request for AHC, but I don’t know neither when it will be accepted, nor when a new AHC version will be released.
There’s still the solution of adding a debug log directly in Gatling, but it will be logged twice: once in Gatling and once in AHC…
Thanks,
It isn’t a blocker… i println the relevant variables from the session and got along…
I’m still learning scala and gatling… i have .net background…
Well, I understand the frustration. Just that I’d rather have it properly fixed in the relevant library instead of adding an ugly hack in Gatling. Time will tell…