Join Slack
Powered by
Hi all Is it possible to configure the log output...
# general
n
Nuno Frias
04/05/2024, 9:56 AM
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
Tom
04/05/2024, 10:19 AM
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
Nuno Frias
04/05/2024, 10:41 AM
Thank you Tom I have a workaround for now. Just checking if there was a better way.
65
Views
Open in Slack
Previous
Next