arillo / logslackwriter
Publish SilverStripe errors and warnings into a Slack channel via webhook.
Installs: 41
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 1
Type:silverstripe-module
Requires
- silverstripe/framework: ~3.1
This package is auto-updated.
Last update: 2024-12-09 03:25:18 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 it to your env variables:
define('SS_SLACK_LOG_WEBHOOK', '{your-webhook-url}'); define('SS_SLACK_LOG_CHANNEL', '{your-webhook-channel}');