Would logging to a DB be far simpler?
-- Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 9015 8628 Mobile: 0404 998 273 -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis Sent: Monday, 1 September 2008 9:35 PM To: [email protected] Subject: [cfaussie] Re: OT : Logging IIS log files across a network Kym What I am wanting to do it log them to a file server. Currently I am logging locally but my stats server grabs the log files across the network and processes them. Was hoping I could just log it all directly to the stats server. -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Kym Kovan Sent: Monday, 1 September 2008 8:12 PM To: [email protected] Subject: [cfaussie] Re: OT : Logging IIS log files across a network Steve Onnis wrote: > Has anyone played with logging IIS log files to a network path? I seem > to be able to point it to the folder by nothing seems to write to it. > I am wondering if it is a permissions thing but I don't know what user > the IIS web server would use to write to the file system The user is IUSR_machinename so it is permssions dependent but there is another problem in that IIS treats its log files very strangely - opening 64K blocks, holding them open and then filling in the empty space as it feels fit, in chunks, not per hit. We tried logging over the network and gave up. Now we do it in reverse, log locally (and stats read it locally) then rip the log away at the end of its cycle. -- Yours, Kym Kovan mbcomms.net.au --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
