I finally got it all to work. You were right about the spaces replacing
tabs, but that was only the case in the small log file I had created...my
entire log file still had tabs. However, your config still didn't work, and
I had to analyze the whole thing with a text editor to figure it out. It
turns out there is a tab at the end of each line (don't ask me why), and
adding a /t finally everything worked. Well up to a point. It seems
somewhere in there BYTES-SENT was turned off, which I don't remember doing
but maybe my server has a mind of its own. Nonetheless, thanks for all the
help guys.
-Josh
> On 2/7/00 3:51 AM Josh Wardell ([EMAIL PROTECTED]) wrote:
>
>> I have been working with a shortened version of my log file with lines
>> taken out of the original so testing goes quicker while I figure this out.
>> I'll just include that. Thanks again.
>>
>>> In any case, if you can send me a compressed copy of your log file (send
>>> it to me personaly, not the list) I will find a LOGFORMAT command that
>>> will work for you.
>
> I found two things from the file you sent. First, the log file you sent
> has had the tab characters replaced by spaces. WebSTAR uses tabs to
> seperate fields, spaces can occur in a field. Since a tab can be
> converted to a single space and a single space can occur inside a field,
> there is no longer any way to determine where the field boundaries were
> originaly.
>
> That is probably the main problem you are having. First you had the
> duplicate field problem, then you probably took a log file and edited it
> with an editor that converted tabs to spaces as part of your process of
> trying to figure out what was wrong. Once that has happened, no logformat
> command could possibly work.
>
> As a minor second point, the LOGFORMAT I sent you previously will work
> with the logs that the examples you sent came from, but you should also
> have a DEFAULTLOGFORMAT command with the same format. So you should
> replace any existing LOGFORMAT and DEFAULTLOGFORMAT lines with the
> following:
>
> DEFAULTLOGFORMAT (%m/%d/%y\t%h:%n:%j\t%j\t%c\t%S\t%B\t%f\t%v\t%r\t%b)
> LOGFORMAT (%m/%d/%y\t%h:%n:%j\t%j\t%c\t%S\t%B\t%f\t%v\t%r\t%b)
>
> Good Luck
> Jason
------------------------------------------------------------------------
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]/
------------------------------------------------------------------------