Add Scenario Name In Each Gatling Request

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

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.

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