arillo / logslackwriter
Publish SilverStripe errors and warnings into a Slack channel via webhook.
Package info
github.com/arillo/logslackwriter
Type:silverstripe-module
pkg:composer/arillo/logslackwriter
1.0.1
2017-12-18 14:34 UTC
Requires
- silverstripe/framework: ~3.1
This package is auto-updated.
Last update: 2026-03-09 06:22:20 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}');