Immediately sends an error from your OctoberCMS application to email, HipChat, Mandrill, NewRelic, Slack, Syslog, and more! Tested with the latest stable OctoberCMS build 349.
- no plugin dependencies
- easy setup, just fill your e-mail or API key
- define logging level for each service separately (send warnings to Syslog and critical errors directly to your email)
- know about all errors before your client/customer
- Install plugin VojtaSvoboda.ErrorLogger
- Set your services at Backend > Settings > System > Error logger
- Save and sleep with a clear mind!
Available: Mailer handler, Slack handler, Syslog handler and New Relic handler.
Waiting for implementation: CouchDB, Cube, ElasticSearch, FirePHP, Flowdock, HipChat, IFTTT, Mandrill, MongoDB, Redis and more.
!! Important notice !! Mailer handler uses plain PHP mail()
function, not Laravel Mail::send() function! So any backend mailing settings doesn't make any impact.
Feel free to send pullrequest!
Please send Pull Request to master branch.
Error logger plugin is open-sourced software licensed under the MIT license same as OctoberCMS platform.