Can I disable Gatling's periodic progress report output

Hi,

Is there some way that I can disable (or reduce the frequency of) Gatling’s periodic printed request status. I have logging turned off in my logback config, but the request status table is still printed at 5 second intervals. I find this useful for debugging, but for large, long running tests which run daily it’s far too noisy…

2014-06-04 14:49:41                                        6420s elapsed
---- End to End ----------------------------------------------------------------
[##########################################################-               ] 79%
          waiting: 11177  / running: 688    / done:45735 
---- Requests ------------------------------------------------------------------

In the config, turn data.console.light=true

Cheers

That helps some, thank you. I presume that it’s not possible to completely disable or reduce the frequency of output, right?

If you want to disable it, remove “console” from the data.writers in the conf.

You can remove “console” from the datawriters list in gatling.conf and completely disable the periodic console output.

And is there a way to change the 5 sec frequency?