Lowering the root level to DEBUG will only print the HTTP requests and responses, not the Session content.
Maybe we should add some DEBUG and TRACE logs to help debugging.
thanks for your reply.
unfortunately i am getting an error:
Collecting simulations…
Exception in thread “main” java.lang.RuntimeException: Compilation failed:
C:\projecten\tools\gatlin\gatling-charts-highcharts-1.2.5\user-files\simulations\Simulation1.scala:54: error: type mismatch;
found : List[String] => String
required: Seq[String] => ?
.check(regex("""<a href="/video/([^"]*)""").findAll.transform(selectRandomElementInList).saveAs(“idnr”))
^
one error found
do you know what’s going wrong?
at com.excilys.ebi.gatling.app.Gatling$$anonfun$compile$1.apply(Gatling.scala:182)
at com.excilys.ebi.gatling.app.Gatling$$anonfun$compile$1.apply(Gatling.scala:172)
at com.excilys.ebi.gatling.core.util.IOHelper$.use(IOHelper.scala:24)
at com.excilys.ebi.gatling.app.Gatling.compile(Gatling.scala:172)
at com.excilys.ebi.gatling.app.Gatling.start(Gatling.scala:103)
at com.excilys.ebi.gatling.app.Gatling$.main(Gatling.scala:69)
at com.excilys.ebi.gatling.app.Gatling.main(Gatling.scala)
Press any key to continue . . .