logback override?

Because I am working on a snapshot of the unreleased build, I want to be able to upgrade frequently without having to re-do my customizations.

I created a “gatling.conf” in my project root, and that overrides those in $GATLING_HOME/conf just fine. However, I tried copying logback.xml to the same location, and that did not work.

What is the proper way of overriding settings in logback.xml?

I forget where the documentation is, but I remember seeing that adding “logback-test.xml” will take precedence over any logback.xml.

In any case, that what I’ve done to configure my own logging settings.

Can’t say it’s hidden very deeply :wink:
http://logback.qos.ch/manual/configuration.html

That works, thanks!