Hi there,
I have a Springboot application running my Gatling simulations with ‘Gatling::fromMap’ deployed as a k8s-job. Everything is running fine but as soon Gatling starts to run the simulations and log the results on the console, all other logs from the application are gone and I have important ‘post’ code to run after the simulations.
This problem is very similar to this old post ‘Gatling appers to be hijacking stdout’, without a more deep answer.
ps: using springboot 3.2.1, gatling 3.10.3, java 17.
Any tips on that?
Thank you so much for any advice.