"Andrea Racca" <[EMAIL PROTECTED]> wrote: > I try to put this line for analyze my log file: > > LOGFORMAT (%s, %u, %j, %j, %d/%m/%y, %h.%n.%j, %j, %j, %j, %j, 1 2 3 4 5 6 7 8 9 10 11 12 13 14 > %j, %j, %j, %j, %j, %b, %j, %j, %j, %v, %j, %j, %j, %j) 15 16 17 18 19 20 ........
> Can you help me to find the error? Thank's it's very important to me. > One line of my log is: > > 192.168.1.97, CAF_CUNEO\FABIO, -, Y, 02/09/00, 0.01.00, 1, -, -, 1 2 3 4 5 6 7 8 9 10 11 12 13 > search-arianna.iol.it, -, 80, -, 96, 669, http, -, -, 14 15 16 17 18 19 20 ... The 20th field in your LOGFORMAT is b%, but the 20th field in your log entry is "http", which isn't a valid byte count. 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/analog-help@lists.isite.net/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------