cfide <> cfadmin (Was RE: [cfaussie] Re: IIS7 Verify if file exists | Don't want to log files in CF application.log)

2011-02-21 Thread charlie arehart
t; Behalf Of BarryC > Sent: Sunday, February 20, 2011 11:45 PM > To: cfaussie > Subject: [cfaussie] Re: IIS7 Verify if file exists | Don't want to log > files in CF application.log > > If you are running Coldfusion 9.0.1 then they added 404 logging to a > seperate file in th

Re: [cfaussie] Re: IIS7 Verify if file exists | Don't want to log files in CF application.log

2011-02-21 Thread Barry Chesterman
Have you tried setting your 404 page to empty, or just a simple test message? I'm sure I've had a similar issue when my 404 page itself actually had an error it it somewhere (but I'm not 100% sure). On Mon, Feb 21, 2011 at 7:15 PM, Taco Fleur wrote: > An example is > > File not found: > /paintbal

Re: [cfaussie] Re: IIS7 Verify if file exists | Don't want to log files in CF application.log

2011-02-20 Thread Taco Fleur
An example is File not found: /paintball-&-skirmish-games-supplies-&-equipment/other-store|based-retailing-nec/skirmish-ulladulla-pty-ltd.cfm The specific sequence of files included or processed is: C:\inetpub\wwwroot\production\com_pacificfox\paintball-&-skirmish-games-supplies-&-equipment\other-

Re: [cfaussie] Re: IIS7 Verify if file exists | Don't want to log files in CF application.log

2011-02-20 Thread Barry Chesterman
What do the 404 lines look like in the application.log file? There isn't an error occurring in the 404 page itself is there? Also, have you checked the corresponding entry in the exceptions.log file which gives a stack trace of the things that show in application.log? On Mon, Feb 21, 2011 at 6:01

Re: [cfaussie] Re: IIS7 Verify if file exists | Don't want to log files in CF application.log

2011-02-20 Thread Taco Fleur
There is the http.log under CF Admin which I can disable, but this does not log the 404s The 404s are showing in the *application.log* which (correct me if I'm wrong) has never been logged there before. On Mon, Feb 21, 2011 at 2:45 PM, BarryC wrote: > If you are running Coldfusion 9.0.1 then th

[cfaussie] Re: IIS7 Verify if file exists | Don't want to log files in CF application.log

2011-02-20 Thread BarryC
If you are running Coldfusion 9.0.1 then they added 404 logging to a seperate file in the coldfusion logs folder, I hadn't seen 404's being logged into the application.log before though, so maybe there is a setting in the CFIDE for that? in 9.0.1 you can also disable the logging in the 404 log file