From: "Andrew Gaskell" <[EMAIL PROTECTED]> > and here's my logformat: > > LOGFORMAT (%s, %u, %d/%m/%y, %h:%n%j%j, %j, %v, %j, %j, %j, %j, %b, %j, > [%j]%j, %j, %j,) > > I get: > Bad argument in configuration command, ignoring it.
analog: ...cont..: (reason: an unterminated string is present) %h:%n%j%j, should be %h:%n%j, - Analog can't tell where the first %j should end, so it can't interpret the rest of the line properly. 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 +------------------------------------------------------------------------
