Hi all Is it possible to configure the log output...
# general
n
Hi all Is it possible to configure the log output when running wiremock in a container. Specifically I would like to wrap the multiline log in a single line.
t
Not really at the moment. There’s a plan to improve this, but it’s not implemented yet: https://github.com/wiremock/wiremock/issues/1471 In the meantime you could write a
ServeEventListener
to emit log messages in the format of your choosing.
n
Thank you Tom I have a workaround for now. Just checking if there was a better way.