[EMAIL PROTECTED] wrote: >> Hello, >> >> I'm using Sun Webserver and we have customized the access log to >> include duration and x-forwarded for, I've been trying to get analog >> to recognize these changes to no avail. Here is what I have set: >> >> # If you need a LOGFORMAT command (most people don't -- try it >> without first!), >> # it must go here, above the LOGFILE commands. >> LOGFORMAT (%j %j %D %j %j [%d/%M/%Y:%h:%n:%j %j] "%j%w%r%wHTTP%j" %c
Try LOGFORMAT (%j %j %D %j[%d/%M/%Y:%h:%n:%j] "%j %r %j" %c %b %s) Your sample logfile line has 2 spaces between the 4th and fifth field, but as they're both junk anyway, you can collapse them, and treat everything before the Date/Time field as junk. Aengus +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html#listarchives | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general +------------------------------------------------------------------------

