# Add Scenario Name In Each Gatling Request

**URL:** https://community.gatling.io/t/add-scenario-name-in-each-gatling-request/6097
**Category:** Gatling (Open-Source)
**Created:** [May 17, 2021, 12:10pm UTC](https://community.gatling.io/t/add-scenario-name-in-each-gatling-request/6097 "2021-05-17T12:10:32Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![MaheshM](https://avatars.discourse-cdn.com/v4/letter/m/58f4c7/32.png) [@MaheshM](https://community.gatling.io/u/MaheshM)
#### Post date: [May 17, 2021, 12:10pm UTC](https://community.gatling.io/t/add-scenario-name-in-each-gatling-request/6097/1 "2021-05-17T12:10:32Z")

</div>

Hi,

I’m using gatling “3.5.0” version, Without mentioning scenario name in each gatling request how can i add scenario name in each request in simulation.log file example as below i.e.

REQUEST Serverauthenticate 1621252887979 1621252889933 OK (I have request, request-name, start, end time and status of request but no details of scenario name)

RUN simulations.LocalTestSimulation localtestsimulation 1621252884360 3.5.0  
USER LocalTestSimulationServer START 1621252887960  
REQUEST Serverauthenticate 1621252887979 1621252889933 OK  
USER LocalTestSimulationServer END 1621252900326

/Mahesh

---

<div class="post-metadata">

### Author: ![slandelle](https://dub1.discourse-cdn.com/flex013/user_avatar/community.gatling.io/slandelle/32/4_2.png) [@slandelle](https://community.gatling.io/u/slandelle)
#### Post date: [May 17, 2021, 12:41pm UTC](https://community.gatling.io/t/add-scenario-name-in-each-gatling-request/6097/2 "2021-05-17T12:41:21Z")

</div>

Our log file is an internal detail for the generation of our HTML reports and you’re not supposed to hack it and parse it yourself.

---

<div class="post-metadata">

### Author: ![MaheshM](https://avatars.discourse-cdn.com/v4/letter/m/58f4c7/32.png) [@MaheshM](https://community.gatling.io/u/MaheshM)
#### Post date: [May 18, 2021, 5:09am UTC](https://community.gatling.io/t/add-scenario-name-in-each-gatling-request/6097/3 "2021-05-18T05:09:55Z")

</div>

Thanks for the response, I understood that its for report generation purpose but I observed an extra space between REQUEST and request name. Is it intended or something else happening ?

**REQUEST Serverauthenticate 1621252887979 1621252889933 OK**
