Drupal is a registered trademark of Dries Buytaert

mattermost_logger

53 sites Security covered
View on drupal.org

Introduction

A Drupal module that integrates with Mattermost to log messages from the Drupal logging system.
Choose which logging channels to send to Mattermost and set the logging levels for each channel.

Features

  • Hooks into Drupal's logger service.
  • Supports multiple logging channels.
  • Configurable logging levels per channel.
  • Allows setting a unique webhook per channel or default to a default webhook.
  • Displays messages with color-coded indicators in Mattermost.

Configuration

  • Navigate to /admin/config/services/mattermost-logger/settings.
  • Add Drupal logging channels and their corresponding webhooks.
  • Select the logging levels for each channel.

Usage

The module automatically logs messages to mattermost based on the configured channels and levels.

Developers can use the MattermostLogger service manually:

\Drupal::service('mattermost_logger')->error('my_module', 'My error message');

Activity

Total releases
4
First release
Mar 2025
Latest release
8 months ago
Release cadence
34 days
Stability
50% stable

Release Timeline

Releases

Version Type Release date
1.0.1 Stable Jun 18, 2025
1.0.0 Stable Apr 14, 2025
1.0.0-beta2 Pre-release Mar 14, 2025
1.0.0-beta1 Pre-release Mar 7, 2025