probot / smee-client

🔴 Receives payloads then sends them to your local server
https://smee.io
ISC License
439 stars 137 forks source link

How to log data received from smee server #202

Closed PaddlePaddle-Gardener closed 12 months ago

PaddlePaddle-Gardener commented 2 years ago

I forwarded GitHub hook events through the Smee client, but my service's log showed that my service did not receive some events. I want to see if the Smee client received these data, but I did not see valid data in the Smee client log.

How to print the received data in smee client, pleeeeease.

gr2m commented 2 years ago

smee client logs requests using console.info by default https://github.com/probot/smee-client/blob/587e09c6e509d995e210aa92771525639f3d2441/index.ts#L58

Shaun2016 commented 2 years ago

smee client logs requests using console.info by default

https://github.com/probot/smee-client/blob/587e09c6e509d995e210aa92771525639f3d2441/index.ts#L58

All right, let me edit the code here~