Disabling "Webhook received" messages
See original GitHub issueIs there a way to disable log message such as this one?
2018-03-16T00:03:11.804575+00:00 app[web.1]: 00:03:11.804Z INFO probot: Webhook received
2018-03-16T00:03:11.804578+00:00 app[web.1]: event: {
2018-03-16T00:03:11.804580+00:00 app[web.1]: "id": "6a6fb880-28ad-11e8-8318-4ac9119ad75c",
2018-03-16T00:03:11.804582+00:00 app[web.1]: "event": "issues.unlabeled",
2018-03-16T00:03:11.804583+00:00 app[web.1]: "repository": "electron/electron",
2018-03-16T00:03:11.804585+00:00 app[web.1]: "installation": 83845
2018-03-16T00:03:11.804586+00:00 app[web.1]: }
2018-03-16T00:03:11.804960+00:00 app[web.1]: 00:03:11.804Z INFO http: POST / 200 - 1.67 ms (id=f20a6fd4-a7a4-4987-b6c3-1f8b0fa57d0c)
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Enable or Disable a Webhook
You can enable or disable a webhook by updating the enable property.
Read more >Enable, disable, or delete webhook subscriptions
Don't want to receive webhook notifications for awhile? Then disable your subscriptions. Want to start receiving webhook notifications again? Then re-enable ...
Read more >Disabling Webhook warning messages - Shopify Community
Currently an email with a warning message about a non responding Webhook is sent when a webhook doesn't work. Since I'm a developer...
Read more >Enable/Disable Signed Webhook - SendGrid Documentation
This endpoint allows you to enable or disable signing of the Event Webhook. This endpoint takes a single boolean request parameter, enabled ....
Read more >Use Mailgun Webhook to disable notifications and inform user ...
Use Mailgun Webhook to disable notifications and inform user of suppressions · Inform the user that his e-mail account has been suppressed or ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We could change the log level to
debug
for those messages, would that help?Was looking at #469 . It would look cool if we have an interactive console where we can expand a line and see more data just like in this case. I’ll also take a look at Chrome dev tools for Node. Maybe that can be a good tooling for Probot.