-
I want to send the bytes of the playload to the LOG server in the log middleware
|
Beta Was this translation helpful? Give feedback.
Answered by
robjtede
Dec 20, 2023
Replies: 1 comment 1 reply
-
You can use this middleware example as a guide for writing your custom logger that can print the body it reads. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
robjtede
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use this middleware example as a guide for writing your custom logger that can print the body it reads.