Remove requests from logs and html report.

Is there a way to remove static names from logs and reports?
Im using inferHtmlResources() with my scenario.

From:

`

Global (OK=4 KO=0 )
my_important_name_request (OK=1 KO=0 )
images.css (OK=1 KO=0 )
icon.png (OK=1 KO=0 )
js.js (OK=1 KO=0 )

`

I need this one

`

Global (OK=4 KO=0 )
my_important_name_request (OK=1 KO=0 )
(OK=3 KO=0 )

`

Thanks for help

Try not to spam the mailing list!

Also, try silentResources(). In fact, you can do way more, check http://gatling.io/docs/2.1.7/http/http_protocol.html#silencing

Cheers.