Thanks Adrian!

That resolved it!  Man, this program is fast!



 Running version 4.90beta1...
>
> Here is my log file format:
>
> 2001/01/11 02:00:49,63.49.198.252,"GET /toc1.shtml
> HTTP/1.1",200,6538,1,"http://1001tunes.webhost.fm","-"
>
>
> What I am using for LOGFORMAT:
>
> LOGFORMAT (%Y/%m/%d %h:%n:%j,%s,"%r",%c,%b,%j,"%f",%j)
>

What You've told it is that "GET /toc1.shtml HTTP/1.1" is the request.
'GET' is the request method,  '/toc1.shtml' is the requested file,
'HTTP/1.1' is the transport (in this case HTTP v1.1).  You only want the
middle bit.
If analog won't recognise the format without a LOGFORMAT command maybe
try:

LOGFORMAT (%Y/%m/%d %h:%n:%j,%s,"%j%w%r%w%j",%c,%b,%j,"%f",%j)
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
------------------------------------------------------------------------

Reply via email to