Michał Dec
02/27/2025, 2:27 PMLee Turner
02/27/2025, 2:33 PMMichał Dec
02/27/2025, 2:49 PMStandalone JAR includes its own logger implementation
Michał Dec
02/27/2025, 2:49 PMLee Turner
02/27/2025, 3:10 PMConsoleNotifier
implementation - https://github.com/wiremock/wiremock/blob/97e902eabc4a1a6fd1d8be0f889e3aebe82e4db6[…]/github/tomakehurst/wiremock/standalone/CommandLineOptions.java
This just outputs to stdout and stderr with very little additional control. There have been a number of PRs to address this but they were closed in favour of the logging redesign linked aboveTom
02/27/2025, 6:21 PMServeEventListener
and serialise the `ServeEvent`s received by that to JSON. This is an extension point, so can be loaded from your own JAR if you don’t want to repackage the standalone JAR.