BlueDragon Blog
Here you'll find tips and information about making the most of BlueDragon, which offers several compelling implementation alternatives for your CFML applications. This blog was created originally by Charlie Arehart, who was New Atlanta CTO from 2003-2006.,He has since moved on to become an independent consultant but continues to answer comments raised in existing blog entries. BlueDragon continues, and you should look to the newer BlueDragon blog, from New Atlanta president, Vince Bonfanti, for more updated information.

CFLOG in BlueDragon

posted Monday, 30 June 2003

When you use CFLOG in BlueDragon Server, have you wondered where it writes? In CF5 and CFMX, it writes to CF's log directory. In BlueDragon, it writes to the work\cflog directory (wherever BlueDragon is installed). As with CF, if you name a file in the CFLOG FILE attribute it will create or append to a file of that name. If you use CFLOG attribute/value pair LOG="application", it creates or appends to an application.log file in that same work\cflog directory.