0.0
No commit activity in last 3 years
No release in over 3 years
rails exception send to email, and watch in web ui interface
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

exception_log

send rails exception to email and give web ui to watch exception, and it's live stream

Requirements

Tested success by ruby 1.9.x + rails 3.2.x

config

Gemfile

gem 'exception_log', '0.2.0', require: 'exception_log'

config/environments/production.rb

config.middleware.use ExceptionLog::Middleware, :from => 'noreply@xx.com', :to => ['foo@xx.com','bar@xx.com']

options:

:log_path 500 error write to file path, default is Rails.root/log/exception.log

config/exception_log.yml

host: "192.168.9.35"
log: "/data/projects/entos/log/exception.log"

start node server

rake exception_log:start_node_server

That's ALL, open http://localhost:1337 to watch live stream log.