Jason Linhart wrote:

> On 10/11/00 11:45 AM Morten Helgaland ([EMAIL PROTECTED]) wrote:
>
> >owanders;Navno9x_2.exe;2000-10-11;Mozilla/4.0 (compatible; MSIE 4.01;
> >Windows 95);27482881
> >
> >"pseudocode" for the format would be:
> >
> >username;file requested;yyyy-mm-dd;user-agent;number of bytes
> >
> >My best guess at a logformat is this:
> >
> >LOGFORMAT (%u;%r;%Y-%m-%d;%B;%b)
> >
> >But analog gives me this errormessage:
> >
> >analog: Warning C: Bad argument in configuration command: ignoring it:
> >   LOGFORMAT %u;%r;%Y-%m-%d;%B;%b
> >analog: ...cont..:   (reason: time without date or vice versa)
>
> Analog requires both the date and time, as it said in the error message.
> It won't work with a format that only has the date, as your does.

If you can change the format that the files are logged in to include the
time, then you need to change the record separator while you're at it. Using
a ';' to separate records is going t bite you, as that's a common character
in user agents (as in the one you show). You can either quote the user agent
or choose some more unique separator character.

HTH,

Jeremy Wadsack
Wadsack-Allen Digital Group


------------------------------------------------------------------------
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/[email protected]/
------------------------------------------------------------------------

Reply via email to