question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Disabling "Webhook received" messages

See original GitHub issue

Is 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:closed
  • Created 6 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
bkeeperscommented, Mar 16, 2018

We could change the log level to debug for those messages, would that help?

0reactions
itadityacommented, Mar 17, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found