Http-logger not starting in IntelliJ, Gatling 3.13.3

Gatling version: 3.13.3
Gatling flavor: scala
Gatling build tool: maven

Hi Community,

I created a http-scenario and would like to see the requests and actions taking place while executing.

For this I’m using the logback.xml in src\test\resources:

%d{dd-MM-yyyy HH:mm:ss.SSS} %magenta([%thread]) %highlight(%-5level) %logger{36}.%M - %msg%n

Dependencies say, logback-classic and -core are used with version 1.5.16, what is also configured as Libraries under “Project structure”.

When I execute the simulation as maven-run in IntelliJ, logger is not starting.

In an older Branch, using Gatling 3.10.5 and logback 1.5.3, it is running and I did my best in the actual scenario, to make it identically to the older one…

Any idea is highly appreciated!

Thanks and regards

Alex

No idea what you’re problem is. In particular, you just shared the logger pattern configuration, not the logger itself.

You can check for yourself that logging works as expected in the official sample: gatling-maven-plugin-demo-scala/src/test/resources/logback-test.xml at main · gatling/gatling-maven-plugin-demo-scala · GitHub

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