saasscaleup/laravel-log-alarm
Real-time log monitoring and error detection for Laravel. Watch logs continuously and trigger alerts on errors with configurable thresholds to prevent notification flooding. Send instant notifications to Slack or email using a lightweight cache-based alert system.
Full Changelog: https://github.com/saasscaleup/laravel-log-alarm/compare/v1.0.5...v1.0.6
Set default (int) to config parameters
// log time frame - log time frame to listen - in minutes
"log_time_frame" => (int)env('LA_LOG_TIME_FRAME', 1),
// log per time frame - How many log to count per time frame until alarm trigger
"log_per_time_frame" => (int)env('LA_LOG_PER_TIME_FRAME', 5),
// delay between alarms in minutes - How many minutes to delay between alarms
'delay_between_alarms' => (int)env('LA_DELAY_BETWEEN_ALARMS', 5),
Feature request: Add File Path and Line Number - DONE ✅
Full Changelog: https://github.com/saasscaleup/laravel-log-alarm/compare/v1.0.4...v1.0.5
Email example:
The Error was occurred 3 times in the last 1 minutes:
LOG_LEVEL: error LOG_MESSAGE: Undefined array key "name" LOG_FILE: /Users/saasscaleup/Desktop/Laravel_valet/laravel/routes/web.php LOG_LINE: 26
Full Changelog: https://github.com/saasscaleup/laravel-log-alarm/compare/v1.0.3...v1.0.4
Full Changelog: https://github.com/saasscaleup/laravel-log-alarm/compare/v1.0.2...v1.0.3
Upgraded slack notification message type.
Upgrade email notification message and fix specific word error
Enhance your Laravel application's monitoring capabilities today with Log Alarm. Get started by installing the package and experience improved error management and faster response times.
How can I help you explore Laravel packages today?