gRPC mock - How can I log or view the incoming message #148
-
I am creating an gRPC mock simulation config and would like to know how to see the entire incoming message so I can check it's structure. |
Beta Was this translation helpful? Give feedback.
Answered by
shubhendumadhukar
Jan 18, 2022
Replies: 1 comment 1 reply
-
For client/bidi streams I believe enabling debug logs would show the incoming request body. I have added some more debugs to log the same for unary and server streams. 67a1ca8 I hope this might help you visualise your request better. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tpejr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For client/bidi streams I believe enabling debug logs would show the incoming request body. I have added some more debugs to log the same for unary and server streams. 67a1ca8
I hope this might help you visualise your request better.