gRPC-Gatling

Hi there,

This is my first stab at using gRPC protocol with Gatling and using the instructions here,
https://medium.com/@georgeleung_7777/a-demo-of-gatling-grpc-bc92158ca808

I am able to make a call to the gRPC service but how do I look at the request and the response?

Is there a way to look at the request and response just like the REST protocol with gatling via intellj?

set your logback.xml to TRACE level to see all the requests.
There is also an instruction of log on author’s github.