After switching to Gatling 3.10.3 I was starting getting next messages in console:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Debug log file was created but missing all logs (locally in VS Code).
Based on ChatGPT suggestions: https://chat.openai.com/share/4ae02067-bb95-4cb1-b472-e53af7c44454 i`ve added a new dependency in my pom.xml and it solved the issue.
<!-- <dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.14</version>
</dependency> -->
Qustion: Is it expected in a new Gatling version or it can by my project set-up issue (when using open saml
libs)?