forcedotcom / git2gus

A Github application to keep issues in sync with Agile Accelerator
https://lwc-gus-bot.herokuapp.com
BSD 3-Clause "New" or "Revised" License
27 stars 16 forks source link

Remove logging of req object #159

Closed mpsenn closed 1 year ago

mpsenn commented 1 year ago

Fixes #156. This log line leads to 2000 lines of unneeded logs for each request. Knowing there's an event match is useful, but we don't need the whole req object, since the webhook body is logged already when the request starts.