Hello. How i can dump all traffic with gutling? I came from tsung, where i was able to use dump option and had simple separate dump log with all http request and responses. Now I am trying to figure out with responseInfoExtractor.
You’d have to lower the logging level in logback.xml and maybe redirecting the logging appender for the proper logger to a file.
That’s probably something we could improve.
Please fill a feature request then.
I am using level TRACE, but don`t see the response body. For example, json response:
HTTP response:
status=
200 OK
headers=
Server: [nginx/1.7.0]
Content-Type: [application/json;charset=ISO-8859-1]
Content-Length: [111]
Connection: [keep-alive]
But where is the body? where is content?
Thnx.