Gatling config files

Hi,
Where gatling looks for configuration while running tests, gatling akka config and gatling config

If i want to modify and run through maven where to put my config files and how to check whether it is custom configured and also I want the locatiom to keep logback-test.xml should be kept

I am using scala to run gatling and version is 3.10.3

Hello,

How are you? Did you check this page Gatling configuration reference ?

Thank you for the reference
I refered and changed the configuration

How to know it is loaded

To know this, you need to add this in the logback file

<root level="DEBUG">
		<appender-ref ref="CONSOLE" />
	</root>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.