hi Team, I'm working with wiremock-standalone : 3....
# help
p
hi Team, I'm working with wiremock-standalone : 3.0.0-beta-1 The way I use wiremock is, I have a spring boot 3 application running on tomcat server. This application will create wiremock servers on the fly. We create multiple wiremock servers based on the request category, each wiremock servers will have different ports (we increment a value every time and use it as port). The problem is, I am getting socket exception with connection-reset and connection reset by peer for some requests. I think this is from the Jetty server used by wiremock. I want to see the detailed debug logs of the Jetty server used by wiremock. Please help me with your suggestions. I tried with consoleNotifier(true) but it is only giving me stub related logs.