Hello! Earlier (in version 2.24.1) there was such functionality that if, when accessing a stub, some parameters were not matched by patterns (for example, the "test" heading should be equal to "123"), then information about the nearest stubs that fit for this request, will be output to the console (this table is visible on the screenshot).
In new versions, there is no such table, and the question is how to activate it so that in the event of a 404 error, a similar table is displayed.
I am using Spring Boot and building my application on top of your library.
That is, I launch the framework using WireMockHandlerDispatchingServlet, setting up the class WireMockApp and e.t.c.