Possible to disable the default console output?

Hi there,

I would like to remove the standard console output which looks e.g. like this. Is it possible?

Sure, just remove the ConsoleDataWriter (alias is console) from the list of active DataWriters in gatling.conf
If you don’t want to edit your gatling.conf file, you can also override the property from the command line, with a System property (-Dgatling.data.writers=file).

Cheers,

Stéphane