<[EMAIL PROTECTED]> wrote: > Do I need all three or should I just pick one of them?
You can specify multiple LOGFORMATS. But you should normally only do so if you need to match more than one format. If you try just the first one, and still get some Corrupt Entry warning messages, then you should add the others. > Also like you I do not care for anything after the referrer so do I > need "%j" for each of the entry's? No. %j will match everything, including spaces, so a single %j at the end of the line will be sufficient. Usually, the only time you would need to put multiple consecutive %j entries is if you are trying to keep count, so You might put multiple %j's if you wanted to ignore the 4th and 5th of 8 entries, for example. Aengus +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
