mozilla / jira-bugzilla-integration

Jira Bugzilla Integration (JBI) - system to sync bugs and issues
Mozilla Public License 2.0
9 stars 21 forks source link

Send logs message with warning and above levels to Slack #703

Open leplatrem opened 1 year ago

leplatrem commented 1 year ago

AFAIK currently our warning messages are only visible in the GCP console.

Sentry errors are sent to Slack. Would log messages with error level be sent too?

leplatrem commented 5 months ago

@alexcottner this seems to be the case already?

alexcottner commented 5 months ago

We should now be:

  1. Seeing errors and above from the retry process sent to slack
  2. Seeing all errors and above sent to sentry for all of JBI
  3. Logging info and above to GCP

I think this is exactly how it should be. We can probably close this one.