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.