[Rails] Send mail on Rails.logger.error

2013-01-12 Thread vhochstein
Hi, I would like to receive an email, if anywhere in my application a Rails.logger.errror method is triggered. I know about all these exception_notfiers, but Rails.logger.error is triggered without an exception as well in my application and these exception_notfier gems will not catch them.

Re: [Rails] Send mail on Rails.logger.error

2013-01-12 Thread tamouse mailing lists
On Sat, Jan 12, 2013 at 6:47 AM, vhochstein vhochst...@googlemail.com wrote: Hi, I would like to receive an email, if anywhere in my application a Rails.logger.errror method is triggered. I know about all these exception_notfiers, but Rails.logger.error is triggered without an exception as