plumpss / slacklogging
Publish SilverStripe errors and warnings into a Slack channel via an incoming webhook.
Installs: 195
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 4
Type:silverstripe-module
Requires
- silverstripe/framework: ~3.1
This package is not auto-updated.
Last update: 2024-12-21 18:47:38 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}'