# Logging all request and responses

**URL:** https://community.gatling.io/t/logging-all-request-and-responses/1558
**Category:** Gatling (Open-Source)
**Created:** [October 17, 2014, 8:16am UTC](https://community.gatling.io/t/logging-all-request-and-responses/1558 "2014-10-17T08:16:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Mr\_Lewis](https://avatars.discourse-cdn.com/v4/letter/m/e9bcb4/32.png) [@Mr\_Lewis](https://community.gatling.io/u/Mr_Lewis)
#### Post date: [October 17, 2014, 8:16am UTC](https://community.gatling.io/t/logging-all-request-and-responses/1558/1 "2014-10-17T08:16:52Z")

</div>

Hi,

I am using gatling-sbt and have logback-test.xml in src/test/resources.

\<?xml version="1.0" encoding="UTF-8"?\> gatling.log true %d{HH:mm:ss.SSS} [%-5level] %logger{15} - %msg%n%rEx

I have uncommented the logger node, but if I search for the file after a test run

$ find . -name "io.gatling.http”

it does not exist!

Can anyone please tell me if there is anything awry with my logback configuration?

Many Thanks

Aidy

---

<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: [October 17, 2014, 8:20am UTC](https://community.gatling.io/t/logging-all-request-and-responses/1558/2 "2014-10-17T08:20:06Z")

</div>

> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\<file\>gatling.log\</file\>
> 
> $ find . -name "io.gatling.http”

Hu?

---

<div class="post-metadata">

### Author: ![Mr\_Lewis](https://avatars.discourse-cdn.com/v4/letter/m/e9bcb4/32.png) [@Mr\_Lewis](https://community.gatling.io/u/Mr_Lewis)
#### Post date: [October 17, 2014, 9:17am UTC](https://community.gatling.io/t/logging-all-request-and-responses/1558/3 "2014-10-17T09:17:18Z")

</div>

Ah yes!
