Eric Chen ([EMAIL PROTECTED]; Thursday, February 27, 2003 12:50 PM): > i've encountered the following problem where Analog considers Apache > +log entries like:
> (one log entry line) > somehost - - [27/Feb/2003:11:02:29 -0500] "GET /^M HTTP/1.0" 200 10191 > to be: > (two log lines) > somehost - - [27/Feb/2003:11:02:29 -0500] "GET / > HTTP/1.0" 200 10191 > does anybody have suggestions on how to avoid this problem w/out > pre-processing the log files to remove the "\r". The easiest way is to preprocess the log files. A perl script would be much faster than anything in Analog. You might be able to come up with a LOGFORMAT command to catch this, but it wouldn't be able to correlate bytes transferred and status code with the request. -- Jeremy Wadsack Wadsack-Allen Digital Group +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------