wiremock / wiremock-docker

Wiremock Docker image
https://hub.docker.com/r/wiremock/wiremock
MIT License
211 stars 99 forks source link

logging incoming request #16

Closed GergelyLakatos closed 5 years ago

GergelyLakatos commented 5 years ago

Hi!

Is there any chance to logging to stdout (or file) every incoming request with the data?

Thanks for the response in advance!

Greg

rodolpheche commented 5 years ago

Hi! You just have to use the --verbose Wiremock option

GergelyLakatos commented 5 years ago

Thanks! :)