Gatling Simulation Log Showing Multiple Requests On Same Line

Typically when running a Gatling Simulation I see 1 request/ result per line in the Simulation.log file. Recently when running simulations I come across 2 request/result’s on the same line of the Simulation.log file. This is throwing off my Global Statistics because my count is equal to the number of lines instead of the actual number of requests. Has anyone come across this behavior before and if so did you find a solution?

Thanks,

Mark

Could it be that you’re dumping on each request huge amounts of data in the simulation.log, like the full response?

We are logging the entire response. I originally thought this would have caused the log to roll over to the next line instead of having 2 request/responses show up on 1 long line. Is there a way to do a full body check without having so much output written to the simulation.log?

Thanks,

Mark