Skip to content

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

Notifications You must be signed in to change notification settings

arillo/logslackwriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SilverStripe LogSlackWriter

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}');

About

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages