plumpss/slacklogging

Publish SilverStripe errors and warnings into a Slack channel via an incoming webhook.

Installs: 194

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 1

Open Issues: 4

Type:silverstripe-module

0.1.1 2017-03-03 11:33 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:17:46 UTC


README

Publish SilverStripe errors and warnings into a Slack channel via an incoming webhook.

Usage

Use Slack's 'Incoming WebHooks' app to add a webhook to post into the channel of your choice. Copy the URL that Slack generates and add to your config:

SS_LogSlackWriter:
  webhook: '{your-webhook-url}'