go-githubapp
go-githubapp copied to clipboard
Possible to remove webhook received log?
Hello!
I haven't found anything so far, is it possible to turn off the logging for when a webhook event is received? We do a bunch of filtering on the actions of events and our logs fill up with a bunch of sorta-useless logs:
12:53PM INF Received webhook event github_delivery_id=c5bf3530-8cb0-11ef-8e88-a7cddd8e0076 github_event_type=pull_request
Alternatively it might be worth turning this into a debug or trace log. I think allowing people to do their own info logging that allows for more contextual information (like an event action) is more beneficial.