dreamhead / moco

Easy Setup Stub Server
MIT License
4.35k stars 1.08k forks source link

Is it possible to remove the log from the console if the response is a file content. #302

Open sunlive4ev opened 3 years ago

sunlive4ev commented 3 years ago

In my case, the response is very big and I put it in a separate file. The console tries to output all the requests and responses. If the response is not readable (binary) and big, it makes the log very hard to read. Is there any existing configuration to prevent such logs?

I'm using the moco as a standalone runner.