Yeah, it's a shame you can't set logging threshold levels at runtime without resorting to a whole bunch of cfif tags around your cflog statements. It would be nice to log pretty much everything in dev where performance isn't an issue and there aren't too many people using the app and log only error or fatal events in production without having to change your code, with the option of turning logging "up" in production if you want more info (catch those hard to find bugs)
>-----Original Message----- >From: Robertson-Ravo, Neil (RX) >[mailto:[EMAIL PROTECTED] >Sent: Tuesday, March 01, 2005 5:57 PM >To: CF-Talk >Subject: RE: Thread Monitoring? > >And be prepared to monitor disk space! > >-----Original Message----- >From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] >Sent: 01 March 2005 16:59 >To: CF-Talk >Subject: RE: Thread Monitoring? > >the <cflog> tag should write the thread id in the log file, so >you could >put lots of cflog statements in all your code and then tail the log >file, using grep to filter out the thread id you want to >watch. Low tech >solution. > >>-----Original Message----- >>From: Ryan P. [mailto:[EMAIL PROTECTED] >>Sent: Tuesday, March 01, 2005 4:25 PM >>To: CF-Talk >>Subject: Thread Monitoring? >> >>Is there a monitor or some kind of software/code that can tell >>me in "real-time" what page each CF thread is running? >> >> > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196976 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

