Robin Bowes wrote: > Any suggestions as to the best way to log all this information on a > single line so it can be easily parsed by a script for statistical purposes?
When I wrote the adaptive logging feature, I wasn't concerning myself with parsability of the log lines because they are emitted by various and sundry plugins (which each log different things). If you really want to make the line parseable, you probably want to quote the terms (i.e. quote and comma delimited). However, that seems like an awful lot of different fields to log (for most people), so I'm not sure that we should include that as a default output. How about cutting that out and making it a config file option. Then it would be easy to eval() the contents of the config file itself to generate the log line. I'll know more when I see what you have already started working on... John
