logo
Published on aidanf.net (http://www.aidanf.net)

Are you using exception logging in your web application?

By aidan
Created 2008-02-19 11:37

One of my favorite rails plugins is exception notifier [1]. This plugin will send you an email whenever an exception is generated by your application. This information includes:

In most web development frameworks it is easy to override the exception-handling mechanism to add code to email you (or store it somewhere) all this information whenever there is an exception generated. This is one of the first things I do now whenever other people start to use an application I’m working on.

Why should you be doing this?


Source URL:
http://www.aidanf.net/blog/2008/02/19/are-you-using-exception-logging-your-web-application