Hello, I am using wiremock in a standalone docker ...
# help
b
Hello, I am using wiremock in a standalone docker container. I was wondering if there is a way to have wiremock log in json (logstash) format?
t
Hi @Brian, right now you’d need to write a
ServeEventListener
extension that formatted the
ServeEvent
data into the JSON format you needed. This issue is a sort-of meta tracker for logging improvements we intend to make longer term, which will include JSON logging: https://github.com/wiremock/wiremock/issues/1471
👍🏻 1
b
thanks Tom. Good to know