# maven plugin is logging nothing

**URL:** https://community.gatling.io/t/maven-plugin-is-logging-nothing/5337
**Category:** Gatling (Open-Source)
**Created:** [November 6, 2019, 5:15pm UTC](https://community.gatling.io/t/maven-plugin-is-logging-nothing/5337 "2019-11-06T17:15:15Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Michael\_New](https://avatars.discourse-cdn.com/v4/letter/m/9de0a6/32.png) [@Michael\_New](https://community.gatling.io/u/Michael_New)
#### Post date: [November 6, 2019, 5:15pm UTC](https://community.gatling.io/t/maven-plugin-is-logging-nothing/5337/1 "2019-11-06T17:15:15Z")

</div>

Hi

I’m trying to get the maven plugin or just gatling to log to the file or console, but I have not had any luck. With one request in error, I just get

**12:03:31.429 [gatling-http-1-2][WARN][StatsProcessor.scala:114] i.g.h.e.r.DefaultStatsProcessor - Request ‘request\_1’ failed for user 1: status.find.in(200,201,202,203,204,205,206,207,208,209,304), found 400**

on the console. I’d like to see the full response.

I’ve tried copying [https://github.com/gatling/gatling-maven-plugin-demo/blob/master/src/test/resources/logback-test.xml](https://github.com/gatling/gatling-maven-plugin-demo/blob/master/src/test/resources/logback-test.xml) and uncommenting out the DEBUG line.

I’ve tried more complex logging with both ConsoleAppender and FileAppender.

I’ve tried giving the full path of the file, since I am unsure where the path starts for a relative path. I created a **logs** directory for the log file to go into, but nothing is ever written in there.

None of these have produced any log files or logs on the console. I’m using the gatling maven plugin version 3.0.1.

Does anyone have any suggestions? I’m happy to start again with a new file, or anything. I’m sure once I see _some_ logs I’ll be able to modify it all to do what I want.

Mike

---

<div class="post-metadata">

### Author: ![Michael\_New](https://avatars.discourse-cdn.com/v4/letter/m/9de0a6/32.png) [@Michael\_New](https://community.gatling.io/u/Michael_New)
#### Post date: [November 8, 2019, 3:17pm UTC](https://community.gatling.io/t/maven-plugin-is-logging-nothing/5337/2 "2019-11-08T15:17:06Z")

</div>

I’m still not able to find any log files of the response. Any ideas?
