[SBT] Set Gatling Logging Level From Command Line

Hello People,

I’m able to change logging level of Gatling by updating “logback.xml” file, but is there any JAVA_OPT or GATLING_OPT parameter to change log level via command line for “sbt” like

JAVA_OPTS="-DLOG_LEVEL=DEBUG"

**/**Mahesh

Hi,

Please see logback documentation: http://logback.qos.ch/manual/configuration.html#variableSubstitution

Hope it helps.

Cheers!

export JAVA_OPTS=-DLOG_LEVEL=DEBUG"

/Mahesh