Hi I notice in the code that Gatling uses StrictLogging.This means that the args will be evaluated even if we don't use it.
Also this log call blocks on writing to the Console...
this is massively impacting my Scenario which uses Pause() because pause logs at Info level (should it not be at trace or debug?)
Wouldn't it be better to use Akka's async logging to prevent blocking on write to the console? ( http://doc.akka.io/docs/akka/2.0/scala/logging.html ) ?
Also I'm currently testing using sbt-gatling, any idea how I can set LogLevel to Warn in the mean time so I can run my scenario without Pause spitting out so much log?
--CheersKarl
You received this message because you are subscribed to the Google Groups "Gatling User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gatling+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--