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
-----------------
[EMAIL PROTECTED]
-----------------
Dr. Seuss books . . . can be read and enjoyed on several levels. For
example, 'One Fish Two Fish, Red Fish Blue Fish' can be deconstructed
as a searing indictment of the narrow-minded binary counting system.
-- Peter van der Linden, Expert C Programming, Deep C Secrets
------------------------------------------------------------------------
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]/
------------------------------------------------------------------------