Hi,
I am using gatling-sbt and have logback-test.xml in src/test/resources.
<?xml version="1.0" encoding="UTF-8"?> gatling.log true %d{HH:mm:ss.SSS} [%-5level] %logger{15} - %msg%n%rExI have uncommented the logger node, but if I search for the file after a test run
$ find . -name "io.gatling.http”
it does not exist!
Can anyone please tell me if there is anything awry with my logback configuration?
Many Thanks
Aidy