Production Servers - Error Emails - Best Practices Question

Question:
  Is it good practice to have Logbox active while in production?

Reason:
  I would like my app to send me an email if something goes wrong.

Beta testing will begin tomorrow (or Sat.). But, after beta testing -
when it goes live, I would like it to send me an email if something
goes wrong. I have specific areas that I want to keep an eye on.

Is this a good idea?
Is there a "Best Practice" to handle this.

Note: my app will go live on a cf8 production server. Within the next
month or two it should be on a cf9 production server. On any
production server debug info is limited.

- Russell

I don’t see why not, unless there is something really bad then the emails will flood your inbox. So consider that, if not use something like an uptime monitoring tool and fusion reactor.

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Ok - that's already on the server. It give a lot of data. Like if
any pages had problems and such.

Then I don't really need my app to send emails if there are problems.

Thx.