> Thanks for the response. We have a missing template handler 
> and a 404 log file, but the 404s are still also being logged 
> to the webserver.log file (but no longer to the application.log 
> file that I mentioned before). We're trying to prevent logging 
> the 404s anywhere but to the 404.log file because when 
> WebTrends runs it can trigger several hundred entries. (It's 
> a riot to browse through these entries to see all the 
> variations of a URL people will try when they can't figure 
> out the right one . . .). So I guess my question should have 
> been 'can I restrict logging of 404 errors so that they ONLY
> show in the 404.log file and not in any of the other log 
> files?'. Thanks!

I don't know if you can do that - I believe that the webserver.log file is
generated based on the conversation between the web server module and the CF
service proper. However, if you're not using that log file for anything
else, you can simply disregard it, I suppose.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to