Laravel Packages

Log Alarm Package for Laravel

Published
Log Alarm Package for Laravel image

The Log Alarm package for Laravel gives you real-time monitoring and error detection for your applications. It helps you stay on top of your logs by providing monitoring, error detection, and notifications to Slack and email.

Main Features

  • Real-time Log Monitoring: Continuously listen for log events and keep track of your application's health.
  • Error Detection: Automatically detect and respond to error log events.
  • Customizable Notifications: Send instant notifications to Slack and email when errors occur.
  • Frequency Control: Set thresholds and delays to avoid notification flooding.
  • Cache-based Alert System: Efficiently track error occurrences without the overhead of database operations.
  • Flexible Configuration: Easily configure settings and specify error conditions with custom strings.

With the default settings, the application will notify if it finds the same message within the configured frequency (5 mins is the default). You can also configure a string match to only trigger notifications if the log message contains the string. You will get a Slack notification or an email based on your notification configuration.

You can learn more about this package, get full installation instructions, and view the source code on GitHub.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
Laravel Image Responses: Serve Resized Images From Routes image

Laravel Image Responses: Serve Resized Images From Routes

Read article
Pause All Laravel Queues During a Deploy image

Pause All Laravel Queues During a Deploy

Read article
Laravel Terminal UI for the artisan dev Command image

Laravel Terminal UI for the artisan dev Command

Read article
Pause All Queues and a New artisan dev UI in Laravel 13.25 image

Pause All Queues and a New artisan dev UI in Laravel 13.25

Read article
Laravel monitoring that doesn't bill you by your traffic image

Laravel monitoring that doesn't bill you by your traffic

Read article
Mock PHP Classes in Tests With the Double Library image

Mock PHP Classes in Tests With the Double Library

Read article