CF9.0.1 + 2 hotfixes - CFLOG not working
Hello, everyone.
I have placed a CFLOG inside a CFC function that updates an article, at the very end of the function so that it can log who updated, the title of the article that was updated, and a timestamp.
According to the CF9 documentation, if the named log does not exist it will be created.
I have "updated" an article several times, and it did not create the log. I then went into C:\ColdFusion9\logs and created a file called PAALog.log (the name used in the CFLOG tag.) Updating an article several times, the PAALog.log file still shows a size of 0 and the timestamp has not changed.
Is there an issue with CFLOG? Has anyone else experienced this?
V/r,
^_^