Closed PaddlePaddle-Gardener closed 12 months ago
smee client logs requests using console.info
by default
https://github.com/probot/smee-client/blob/587e09c6e509d995e210aa92771525639f3d2441/index.ts#L58
smee client logs requests using
console.info
by defaulthttps://github.com/probot/smee-client/blob/587e09c6e509d995e210aa92771525639f3d2441/index.ts#L58
All right, let me edit the code here~
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.