# Dump

**URL:** https://community.gatling.io/t/dump/1209
**Category:** Gatling (Open-Source)
**Created:** [July 25, 2014, 3:34am UTC](https://community.gatling.io/t/dump/1209 "2014-07-25T03:34:43Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Linuxman](https://avatars.discourse-cdn.com/v4/letter/l/3e96dc/32.png) [@Linuxman](https://community.gatling.io/u/Linuxman)
#### Post date: [July 25, 2014, 3:34am UTC](https://community.gatling.io/t/dump/1209/1 "2014-07-25T03:34:43Z")

</div>

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`.`

---

<div class="post-metadata">

### Author: ![Excilys](https://avatars.discourse-cdn.com/v4/letter/e/8797f3/32.png) [@Excilys](https://community.gatling.io/u/Excilys)
#### Post date: [July 25, 2014, 7:47pm UTC](https://community.gatling.io/t/dump/1209/2 "2014-07-25T19:47:31Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Linuxman](https://avatars.discourse-cdn.com/v4/letter/l/3e96dc/32.png) [@Linuxman](https://community.gatling.io/u/Linuxman)
#### Post date: [July 27, 2014, 9:07pm UTC](https://community.gatling.io/t/dump/1209/3 "2014-07-27T21:07:20Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Excilys](https://avatars.discourse-cdn.com/v4/letter/e/8797f3/32.png) [@Excilys](https://community.gatling.io/u/Excilys)
#### Post date: [July 27, 2014, 9:38pm UTC](https://community.gatling.io/t/dump/1209/4 "2014-07-27T21:38:55Z")

</div>

[https://github.com/excilys/gatling/wiki/HTTP#chunks-discarding](https://github.com/excilys/gatling/wiki/HTTP#chunks-discarding)
