The Witango logs are cached, and then dumped to file in chunks. It's possible that there's an issue with this happening, perhaps the worker thread in charge of this task is dying, or some other internal bit isn't behaving.
My suggestion would be to gather as much evidence as you can: specs of your system, several logs that exhibit the problem, several web logs that show activity during the missing time frames, and send it all to WT. Also, if you can catch it when it's happening, run a taf that will report the value of @@system$logginglevel, or save this value with a timestamp into another log every so often so you can be sure that logging should be occurring. Lastly, try to open the log and see if there are any access issues. Permissions or 'file in use' issues would prevent Witango from being able to write into the file. Do you have any ownership, or permissions on the Witango folder (or higher) that might prevent the owner of the Witango service to access the file at any time? Robert -----Original Message----- From: Roland Dumas [mailto:[EMAIL PROTECTED] Sent: Sunday, March 20, 2005 5:23 PM To: [email protected] Subject: Re: Witango-Talk: Log gaps Yes, I get the web log of hits. The witango log is going to show me what was passed to witango, though. My web log doesn't have the args. On 3/20/05 2:10 PM, "Bill Conlon" <[EMAIL PROTECTED]> wrote: > You're dating yourself. > > What about your apache access_log? Does it show accesses to .taf/.tml? > > On Sunday, March 20, 2005, at 01:41 PM, Roland Dumas wrote: > >> When there's something funny going on, I go peek at the witango log. >> There >> are, however, often big gaps in the log. Half a day here and there >> after the >> end of one log file and before the start of the next. Is there a >> Rosemary >> Woods in there? >> >> >> ----------------------------------------- >> Roland Dumas >> Roberts Information Services >> 310 W. Bellevue Avenue >> San Mateo CA 94402 >> 650-347-1373 >> 415-412-9300 (cell) >> [EMAIL PROTECTED] >> SMS: http://new.servqual.com/html/sms.tml >> >> >> _______________________________________________________________________ >> _ >> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf >> > > ________________________________________________________________________ > TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > ----------------------------------------- Roland Dumas Roberts Information Services 310 W. Bellevue Avenue San Mateo CA 94402 650-347-1373 415-412-9300 (cell) [EMAIL PROTECTED] SMS: http://new.servqual.com/html/sms.tml ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
