Skip to main content
Known Participant
September 23, 2010
Answered

Cflog has no file created

  • September 23, 2010
  • 1 reply
  • 776 views

<Cflog file="akaoAppLog" application="No" 

  text="index cgi.http_referer #cgi.http_referer#">

Running

find / -name akaoAppLog

do not find any file called akaoAppLog.

Coldfusion 6.1 on SunOS 5.10 Generic_125100-05 sun4u sparc SUNW,Sun-Fire-V490.

This topic has been closed for replies.
Correct answer JR__Bob__Dobbs

Note that your log file will be named "akaoAppLog.log" the .log extension is automatically added.

http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p72.htm#wp1842314

1 reply

JR__Bob__DobbsCorrect answer
Inspiring
September 23, 2010

Note that your log file will be named "akaoAppLog.log" the .log extension is automatically added.

http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p72.htm#wp1842314

albertkaoAuthor
Known Participant
September 23, 2010

I find the file now.

Thanks.