One other thing to consider is that database logging is great until the database is unavailable. Then, you have no other choice but to log to a file or send a high-urgency email.
Mike -----Original Message----- From: Mike Chabot [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 12:27 PM To: CF-Talk Subject: Re: Logging to db vs txt file Both solutions are fine. It mainly depends on what you want to do with the data. If you want to implement a quick logging solution for a specific error that you intend to fix and be done with, or if you are just trying to gather information on a rare error, cflog works great. If you want a comprehensive site-wide error tracking solution that lets you report on errors and send summary emails, then having the errors logged inside of a database helps. -Mike Chabot ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:313029 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

